Set indent-tabs-mode for c-mode in .dir-locals.el

* .dir-locals.el (c-mode): Enforce existing indent-tabs-mode
policy.  (Bug#34765)
This commit is contained in:
Basil L. Contovounesios 2020-12-19 12:40:00 +00:00
parent 2224a64d31
commit 8f91fe3063

View file

@ -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)