An electric test is now passing
[emacs.git] / .dir-locals.el
blobffd65c88027fdad78a2df4164da983fe4fa04192
1 ((nil . ((tab-width . 8)
2 (sentence-end-double-space . t)
3 (fill-column . 70)
4 (bug-reference-url-format . "https://debbugs.gnu.org/%s")))
5 (c-mode . ((c-file-style . "GNU")
6 (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
7 (electric-quote-comment . nil)
8 (electric-quote-string . nil)))
9 (objc-mode . ((c-file-style . "GNU")
10 (electric-quote-comment . nil)
11 (electric-quote-string . nil)))
12 (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
13 (log-edit-setup-add-author . t)))
14 (change-log-mode . ((add-log-time-zone-rule . t)
15 (fill-column . 74)
16 (eval . (bug-reference-mode))))
17 (diff-mode . ((mode . whitespace)))
18 (emacs-lisp-mode . ((indent-tabs-mode . nil)
19 (electric-quote-comment . nil)
20 (electric-quote-string . nil)))
21 (texinfo-mode . ((electric-quote-comment . nil)
22 (electric-quote-string . nil))))