.emacs-my
changeset 131 bd2400a18295
parent 130 15209a6a5357
child 133 2c8704877013
--- a/.emacs-my	Sat Apr 18 11:47:25 2009 +0300
+++ b/.emacs-my	Sat Apr 18 11:50:36 2009 +0300
@@ -814,33 +814,41 @@
   '((c-tab-always-indent . t)
     (c-comment-only-line-offset . 4)
     (c-hanging-braces-alist
-     . ((substatement-open after)
-        (brace-list-open)))
+     . (
+        (brace-list-open)
+        (substatement-open after)
+        ))
     (c-hanging-colons-alist
-     . ((member-init-intro before)
+     . (
+        (access-label after)
+        (case-label after)
         (inher-intro)
-        (case-label after)
         (label after)
-        (access-label after)))
+        (member-init-intro before)
+        ))
     (c-cleanup-list
-     . (scope-operator
+     . (
+        defun-close-semi
         empty-defun-braces
-        defun-close-semi))
+        scope-operator
+        ))
     (c-offsets-alist
-     . ((arglist-intro . ++)
+     . (
         (arglist-close . c-lineup-arglist)
         (arglist-cont-nonempty . ++)
-        (statement-block-intro . +)
-        (inline-open . 0)
+        (arglist-intro . ++)
+        (block-open . 0)
+        (case-label . 0)
+        (comment-intro . 0)
+        (func-decl-cont . ++)
         (inexpr-class . 0)
-        (func-decl-cont . ++)
-        (statement-cont . ++)
+        (inline-open . 0)
+        (knr-argdecl-intro . -)
         (label . 0)
+        (statement-block-intro . +)
+        (statement-cont . ++)
         (substatement-open . 0)
-        (case-label . 0)
-        (block-open . 0)
-        (comment-intro . 0)
-        (knr-argdecl-intro . -)))
+        ))
     (c-echo-syntactic-information-p . t))
   "My C Programming Style")