]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Improve Emacs coding style settings
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 15 Mar 2015 09:00:43 +0000 (10:00 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 15 Mar 2015 09:00:43 +0000 (10:00 +0100)
Do not indent declarations inside 'extern "C"' blocks.

.dir-locals.el

index e7f57b1fddceab5a437b6a6f12d2a1a306eb1678..8a38f12367b5062ec3fe311ac12e95dd6013adbb 100644 (file)
@@ -7,4 +7,5 @@
   (c-basic-offset . 2)
   (c-file-style . "linux")
   (c-file-offsets
-   (case-label . +))))
+   (case-label . +)
+   (inextern-lang . 0))))