projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f3513
)
Enable indent-tabs-mode in obj-c-mode
author
Stefan Kangas
<stefankangas@gmail.com>
Thu, 26 Dec 2024 15:07:08 +0000
(16:07 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 26 Dec 2024 15:10:25 +0000
(16:10 +0100)
* .dir-locals.el (obj-c-mode): Enable indent-tabs-mode.
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index c74da88a8112b2453232520e662d2addb9ef7c9f..06ebedb7a49e43e5e24cb2ad68d319931c1eb798 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-33,6
+33,7
@@
(objc-mode . ((c-file-style . "GNU")
(electric-quote-comment . nil)
(electric-quote-string . nil)
+ (indent-tabs-mode . t)
(mode . bug-reference-prog)))
(c-ts-mode . ((c-ts-mode-indent-style . gnu))) ;Inherits `c-mode' settings.
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)