Attempt to make defclass documentation more legible
[emacs.git] / .dir-locals.el
blobb313945936c04d268105356903b5c44b90d6e8cf
1 ;;; Directory Local Variables
2 ;;; For more information see (info "(emacs) Directory Variables")
4 ((nil . ((tab-width . 8)
5 (sentence-end-double-space . t)
6 (fill-column . 70)
7 (bug-reference-url-format . "https://debbugs.gnu.org/%s")))
8 (c-mode . ((c-file-style . "GNU")
9 (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
10 (electric-quote-comment . nil)
11 (electric-quote-string . nil)
12 (indent-tabs-mode . t)
13 (mode . bug-reference-prog)))
14 (objc-mode . ((c-file-style . "GNU")
15 (electric-quote-comment . nil)
16 (electric-quote-string . nil)
17 (mode . bug-reference-prog)))
18 (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
19 (log-edit-setup-add-author . t)))
20 (change-log-mode . ((add-log-time-zone-rule . t)
21 (fill-column . 74)
22 (mode . bug-reference)))
23 (diff-mode . ((mode . whitespace)))
24 (emacs-lisp-mode . ((indent-tabs-mode . nil)
25 (electric-quote-comment . nil)
26 (electric-quote-string . nil)
27 (mode . bug-reference-prog)))
28 (texinfo-mode . ((electric-quote-comment . nil)
29 (electric-quote-string . nil)
30 (mode . bug-reference-prog)))
31 (outline-mode . ((mode . bug-reference))))