emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8f91fe3: Set indent-tabs-mode for c-mode in .dir-locals.el


From: Basil L. Contovounesios
Subject: master 8f91fe3: Set indent-tabs-mode for c-mode in .dir-locals.el
Date: Sat, 19 Dec 2020 09:10:39 -0500 (EST)

branch: master
commit 8f91fe3063c1a4523520624054458229cc376d9b
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Set indent-tabs-mode for c-mode in .dir-locals.el
    
    * .dir-locals.el (c-mode): Enforce existing indent-tabs-mode
    policy.  (Bug#34765)
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index 27d50c6..b313945 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]