dir-locals.el to set style in Emacs
This commit is contained in:
parent
a7061b4f97
commit
920b7b44b5
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…
x
Reference in New Issue
Block a user