aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 9853d7b5d88..1aa71ff6f15 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,7 +1,10 @@
1((nil . ((tab-width . 8) 1((nil . ((tab-width . 8)
2 (sentence-end-double-space . t) 2 (sentence-end-double-space . t)
3 (fill-column . 70))) 3 (fill-column . 70)))
4 (c-mode . ((c-file-style . "GNU"))) 4 (c-mode . ((c-file-style . "GNU")
5 (c-noise-macro-with-parens-names . ("IF_LINT"))
6 (eval . (c-make-noise-macro-regexps))
7 ))
5 (objc-mode . ((c-file-style . "GNU"))) 8 (objc-mode . ((c-file-style . "GNU")))
6 (log-edit-mode . ((log-edit-font-lock-gnu-style . t) 9 (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
7 (log-edit-setup-add-author . t))) 10 (log-edit-setup-add-author . t)))