emacs-diffs
[Top][All Lists]
Advanced

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

master 38d87c43c2: CC Mode: "linux" style: set indent-tabs-mode to t


From: Alan Mackenzie
Subject: master 38d87c43c2: CC Mode: "linux" style: set indent-tabs-mode to t
Date: Wed, 27 Apr 2022 15:13:18 -0400 (EDT)

branch: master
commit 38d87c43c2ad727406dcfe316aac5e24e202c251
Author: Alan Mackenzie <acm@muc.de>
Commit: Alan Mackenzie <acm@muc.de>

    CC Mode: "linux" style: set indent-tabs-mode to t
    
    * lisp/progmodes/cc-styles.el (c-style-alist): Add the setting of
    indent-tabs-mode to "linux" style.
---
 lisp/progmodes/cc-styles.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el
index 8fe8402b1d..1cf14d52d5 100644
--- a/lisp/progmodes/cc-styles.el
+++ b/lisp/progmodes/cc-styles.el
@@ -180,6 +180,7 @@
                         (inclass              . +)
                         (inline-open          . 0))))
     ("linux"
+     (indent-tabs-mode . t)
      (c-basic-offset  . 8)
      (c-comment-only-line-offset . 0)
      (c-hanging-braces-alist . ((brace-list-open)



reply via email to

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