summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-12-19 12:40:00 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2020-12-19 14:10:08 +0000
commit8f91fe3063c1a4523520624054458229cc376d9b (patch)
treeeb284ffc04eec4a21571397860dac1cb82e96341 /.dir-locals.el
parent2224a64d3110be09ab6e11771e0c835777f61f82 (diff)
downloademacs-8f91fe3063c1a4523520624054458229cc376d9b.tar.gz
Set indent-tabs-mode for c-mode in .dir-locals.el
* .dir-locals.el (c-mode): Enforce existing indent-tabs-mode policy. (Bug#34765)
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 27d50c60699..b313945936c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -9,6 +9,7 @@
(c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
(electric-quote-comment . nil)
(electric-quote-string . nil)
+ (indent-tabs-mode . t)
(mode . bug-reference-prog)))
(objc-mode . ((c-file-style . "GNU")
(electric-quote-comment . nil)