mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
7 lines
191 B
EmacsLisp
7 lines
191 B
EmacsLisp
((c-mode . ((mode . c++)))
|
|
(nil . ((indent-tabs-mode . nil)
|
|
(c-basic-offset . 3)))
|
|
("rustation-libretro" .
|
|
((nil . ((indent-tabs-mode . nil)
|
|
(c-basic-offset . 4))))))
|