1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00

Emacs should use the BSD indentation style by default.

This commit is contained in:
b9 2020-08-27 20:22:38 -07:00
parent daf92587ab
commit 85174fcfe6

View File

@ -0,0 +1,5 @@
((nil . ((indent-tabs-mode . t)
(fill-column . 80)))
(c-mode . ((c-file-style . "BSD")
(subdirs . nil))))