; * lisp/cus-edit.el (custom-save-all): Remove offensive commentary.
[emacs.git] / .dir-locals.el
blobb34949ae961f56ea0953bd7e46f82cb3a7ebadfd
1 ;;; Directory Local Variables -*- no-byte-compile: t; -*-
2 ;;; For more information see (info "(emacs) Directory Variables")
4 ((nil . ((tab-width . 8)
5 (sentence-end-double-space . t)
6 (fill-column . 72)
7 (emacs-lisp-docstring-fill-column . 72)
8 (vc-git-annotate-switches . "-w")
9 (bug-reference-url-format . "https://debbugs.gnu.org/%s")
10 (diff-add-log-use-relative-names . t)
11 (etags-regen-regexp-alist
13 ((("c" "objc") .
14 ("/[ \t]*DEFVAR_[A-Z_ \t(]+\"\\([^\"]+\\)\"/\\1/"
15 "/[ \t]*DEFVAR_[A-Z_ \t(]+\"[^\"]+\",[ \t]\\([A-Za-z0-9_]+\\)/\\1/"))))
16 (etags-regen-ignores . ("test/manual/etags/"))
17 (vc-prepare-patches-separately . nil)))
18 (c-mode . ((c-file-style . "GNU")
19 (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED"
20 "UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC"
21 "ATTRIBUTE_DEALLOC_FREE" "ANDROID_EXPORT" "TEST_STATIC"))
22 (electric-quote-comment . nil)
23 (electric-quote-string . nil)
24 (indent-tabs-mode . t)
25 (mode . bug-reference-prog)))
26 (java-mode . ((c-file-style . "GNU")
27 (electric-quote-comment . nil)
28 (electric-quote-string . nil)
29 (indent-tabs-mode . t)
30 (mode . bug-reference-prog)))
31 (objc-mode . ((c-file-style . "GNU")
32 (electric-quote-comment . nil)
33 (electric-quote-string . nil)
34 (mode . bug-reference-prog)))
35 (c-ts-mode . ((c-ts-mode-indent-style . gnu))) ;Inherits `c-mode' settings.
36 (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
37 (log-edit-setup-add-author . t)
38 (vc-git-log-edit-summary-target-len . 50)
39 (fill-column . 64)))
40 (change-log-mode . ((add-log-time-zone-rule . t)
41 (fill-column . 74)
42 (mode . bug-reference)))
43 (diff-mode . ((mode . whitespace)))
44 (emacs-lisp-mode . ((indent-tabs-mode . nil)
45 (electric-quote-comment . nil)
46 (electric-quote-string . nil)
47 (mode . bug-reference-prog)))
48 (lisp-data-mode . ((indent-tabs-mode . nil)))
49 (texinfo-mode . ((electric-quote-comment . nil)
50 (electric-quote-string . nil)
51 (mode . bug-reference-prog)))
52 (outline-mode . ((mode . bug-reference))))