mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 00:39:40 +00:00
Added dir-locals.el files for emacs to indent correctly by default
This commit is contained in:
parent
273a2a5ba0
commit
69823e3be7
6
.dir-locals.el
Normal file
6
.dir-locals.el
Normal 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))))))
|
Loading…
Reference in New Issue
Block a user