From: Basil L. Contovounesios Date: Sat, 19 Dec 2020 12:40:00 +0000 (+0000) Subject: Set indent-tabs-mode for c-mode in .dir-locals.el X-Git-Tag: emacs-28.0.90~4656 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f91fe3063c1a4523520624054458229cc376d9b;p=emacs.git Set indent-tabs-mode for c-mode in .dir-locals.el * .dir-locals.el (c-mode): Enforce existing indent-tabs-mode policy. (Bug#34765) --- 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)