emacs dir-locals.el: Only disable tabs in c-mode (Makefiles need tabs)
This commit is contained in:
parent
e0e7814856
commit
c95369e86c
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
(
|
||||
(nil
|
||||
(indent-tabs-mode . nil)
|
||||
)
|
||||
(c-mode
|
||||
(indent-tabs-mode . nil)
|
||||
(c-file-style . "bsd")
|
||||
(c-basic-offset . 4)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue