Added dir-locals.el files for emacs to indent correctly by default

This commit is contained in:
Lionel Flandrin 2016-11-26 15:27:50 +01:00
parent 273a2a5ba0
commit 69823e3be7

6
.dir-locals.el Normal file
View File

@ -0,0 +1,6 @@
((c-mode . ((mode . c++)))
(nil . ((indent-tabs-mode . nil)
(c-basic-offset . 3)))
("rustation-libretro" .
((nil . ((indent-tabs-mode . nil)
(c-basic-offset . 4))))))