dir-locals.el to set style in Emacs
This commit is contained in:
parent
a7061b4f97
commit
920b7b44b5
1 changed files with 5 additions and 0 deletions
5
.dir-locals.el
Normal file
5
.dir-locals.el
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
((nil
|
||||||
|
(indent-tabs-mode . nil))
|
||||||
|
(c-mode
|
||||||
|
(c-file-style . "bsd")
|
||||||
|
(c-basic-offset . 2)))
|
Loading…
Reference in a new issue