Disable indent on extern C.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 29 Aug 2010 14:29:26 +0300
changeset 445 17ffd2e22d12
parent 444 5f1cfffd6b67
child 446 6e0f17222588
Disable indent on extern C.
.emacs-my
--- a/.emacs-my	Sun Aug 29 13:48:17 2010 +0300
+++ b/.emacs-my	Sun Aug 29 14:29:26 2010 +0300
@@ -1094,6 +1094,7 @@
         (statement-block-intro . +)
         (statement-cont . ++)
         (substatement-open . 0)
+        (inextern-lang . 0)
         ))
     (c-echo-syntactic-information-p . t))
   "My C Programming Style")