Fix M-TAB completion of variables in 'cond'
[emacs.git] / .dir-locals.el
blobc74da88a8112b2453232520e662d2addb9ef7c9f
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 (vc-default-patch-addressee . "bug-gnu-emacs@gnu.org")))
19 (c-mode . ((c-file-style . "GNU")
20 (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED"
21 "UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC"
22 "ATTRIBUTE_DEALLOC_FREE" "ANDROID_EXPORT" "TEST_STATIC"
23 "INLINE_HEADER_BEGIN" "INLINE_HEADER_END"))
24 (electric-quote-comment . nil)
25 (electric-quote-string . nil)
26 (indent-tabs-mode . t)
27 (mode . bug-reference-prog)))
28 (java-mode . ((c-file-style . "GNU")
29 (electric-quote-comment . nil)
30 (electric-quote-string . nil)
31 (indent-tabs-mode . t)
32 (mode . bug-reference-prog)))
33 (objc-mode . ((c-file-style . "GNU")
34 (electric-quote-comment . nil)
35 (electric-quote-string . nil)
36 (mode . bug-reference-prog)))
37 (c-ts-mode . ((c-ts-mode-indent-style . gnu))) ;Inherits `c-mode' settings.
38 (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
39 (log-edit-setup-add-author . t)
40 (vc-git-log-edit-summary-target-len . 50)
41 (fill-column . 64)))
42 (change-log-mode . ((add-log-time-zone-rule . t)
43 (fill-column . 74)
44 (mode . bug-reference)))
45 (diff-mode . ((mode . whitespace)))
46 (emacs-lisp-mode . ((indent-tabs-mode . nil)
47 (electric-quote-comment . nil)
48 (electric-quote-string . nil)
49 (mode . bug-reference-prog)))
50 (lisp-data-mode . ((indent-tabs-mode . nil)))
51 (texinfo-mode . ((electric-quote-comment . nil)
52 (electric-quote-string . nil)
53 (mode . bug-reference-prog)))
54 (outline-mode . ((mode . bug-reference))))