2022-10-05 17:45:27 +00:00
|
|
|
;;; Directory Local Variables -*- no-byte-compile: t; -*-
|
2019-11-02 03:24:44 +00:00
|
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
|
2019-04-09 04:38:31 +00:00
|
|
|
((nil . ((tab-width . 8)
|
|
|
|
(sentence-end-double-space . t)
|
2019-06-26 14:24:59 +00:00
|
|
|
(fill-column . 70)
|
2022-06-15 21:42:40 +00:00
|
|
|
(emacs-lisp-docstring-fill-column . 65)
|
2022-09-09 21:39:24 +00:00
|
|
|
(vc-git-annotate-switches . "-w")
|
2022-09-06 20:06:29 +00:00
|
|
|
(bug-reference-url-format . "https://debbugs.gnu.org/%s")
|
2022-11-16 08:16:28 +00:00
|
|
|
(diff-add-log-use-relative-names . t)
|
|
|
|
(vc-prepare-patches-separately . nil)))
|
2019-04-09 04:38:31 +00:00
|
|
|
(c-mode . ((c-file-style . "GNU")
|
2022-11-12 15:30:38 +00:00
|
|
|
(c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED"
|
2022-12-01 06:21:14 +00:00
|
|
|
"UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC"
|
2023-08-22 09:53:40 +00:00
|
|
|
"ATTRIBUTE_DEALLOC_FREE" "ANDROID_EXPORT" "TEST_STATIC"))
|
2019-04-09 04:38:31 +00:00
|
|
|
(electric-quote-comment . nil)
|
2019-08-04 14:43:25 +00:00
|
|
|
(electric-quote-string . nil)
|
2020-12-19 12:40:00 +00:00
|
|
|
(indent-tabs-mode . t)
|
2019-08-04 14:43:25 +00:00
|
|
|
(mode . bug-reference-prog)))
|
2019-04-09 04:38:31 +00:00
|
|
|
(objc-mode . ((c-file-style . "GNU")
|
|
|
|
(electric-quote-comment . nil)
|
2019-08-04 14:43:25 +00:00
|
|
|
(electric-quote-string . nil)
|
|
|
|
(mode . bug-reference-prog)))
|
2023-04-22 06:41:50 +00:00
|
|
|
(c-ts-mode . ((c-ts-mode-indent-style . gnu)
|
|
|
|
(indent-tabs-mode . t)
|
2023-04-21 17:54:15 +00:00
|
|
|
(mode . bug-reference-prog)))
|
2019-04-09 04:38:31 +00:00
|
|
|
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
|
2022-09-04 23:20:15 +00:00
|
|
|
(log-edit-setup-add-author . t)
|
|
|
|
(vc-git-log-edit-summary-target-len . 50)))
|
2019-04-09 04:38:31 +00:00
|
|
|
(change-log-mode . ((add-log-time-zone-rule . t)
|
|
|
|
(fill-column . 74)
|
2019-08-04 14:43:25 +00:00
|
|
|
(mode . bug-reference)))
|
2019-04-09 04:38:31 +00:00
|
|
|
(diff-mode . ((mode . whitespace)))
|
|
|
|
(emacs-lisp-mode . ((indent-tabs-mode . nil)
|
|
|
|
(electric-quote-comment . nil)
|
2019-08-04 14:43:25 +00:00
|
|
|
(electric-quote-string . nil)
|
|
|
|
(mode . bug-reference-prog)))
|
2022-09-09 01:05:00 +00:00
|
|
|
(lisp-data-mode . ((indent-tabs-mode . nil)))
|
2019-04-09 04:38:31 +00:00
|
|
|
(texinfo-mode . ((electric-quote-comment . nil)
|
2019-08-04 14:43:25 +00:00
|
|
|
(electric-quote-string . nil)
|
|
|
|
(mode . bug-reference-prog)))
|
|
|
|
(outline-mode . ((mode . bug-reference))))
|