dir-locals.el to set style in Emacs

This commit is contained in:
Austin Clements 2011-08-29 16:12:17 -04:00
parent a7061b4f97
commit 920b7b44b5

5
.dir-locals.el Normal file
View file

@ -0,0 +1,5 @@
((nil
(indent-tabs-mode . nil))
(c-mode
(c-file-style . "bsd")
(c-basic-offset . 2)))