summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2019-04-09 04:28:03 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2019-04-09 04:28:03 +0000
commite24cdf5c041d30b14b45da817655e36c70e825c2 (patch)
tree45f670138e4d29b8ae4cc490cd02bef694804971 /.dir-locals.el
parent4f92cfdc3c7ed22527c22cddb8add9fb8aeaef74 (diff)
downloademacs-e24cdf5c041d30b14b45da817655e36c70e825c2.tar.gz
Fix last commit message
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el22
1 files changed, 0 insertions, 22 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 9cd39920c23..00000000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,22 +0,0 @@
-((nil . ((tab-width . 8)
- (sentence-end-double-space . t)
- (fill-column . 70)))
- (c-mode . ((c-file-style . "GNU")
- (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
- (electric-quote-comment . nil)
- (electric-quote-string . nil)))
- (objc-mode . ((c-file-style . "GNU")
- (electric-quote-comment . nil)
- (electric-quote-string . nil)))
- (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
- (log-edit-setup-add-author . t)))
- (change-log-mode . ((add-log-time-zone-rule . t)
- (fill-column . 74)
- (bug-reference-url-format . "https://debbugs.gnu.org/%s")
- (mode . bug-reference)))
- (diff-mode . ((mode . whitespace)))
- (emacs-lisp-mode . ((indent-tabs-mode . nil)
- (electric-quote-comment . nil)
- (electric-quote-string . nil)))
- (texinfo-mode . ((electric-quote-comment . nil)
- (electric-quote-string . nil))))