projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2503387
)
CC Mode: "linux" style: set indent-tabs-mode to t
author
Alan Mackenzie
<acm@muc.de>
Wed, 27 Apr 2022 19:11:47 +0000
(19:11 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Wed, 27 Apr 2022 19:11:47 +0000
(19:11 +0000)
* lisp/progmodes/cc-styles.el (c-style-alist): Add the setting of
indent-tabs-mode to "linux" style.
lisp/progmodes/cc-styles.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-styles.el
b/lisp/progmodes/cc-styles.el
index 8fe8402b1d893741e074bd030a509b12e0643423..1cf14d52d55c3ac091256b4b58878eeaafaf17dc 100644
(file)
--- 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)