Skip to content

Commit d7b6224

Browse files
rlbdvapenwarr
authored andcommitted
Add initial .dir-locals.el to set emacs sh/python/c mode defaults.
Signed-off-by: Rob Browning <[email protected]>
1 parent e7a1a69 commit d7b6224

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.dir-locals.el

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
((nil . ())
2+
(python-mode . ((indent-tabs-mode . nil)))
3+
(sh-mode . ((indent-tabs-mode . nil)
4+
(sh-basic-offset . 4)))
5+
(c-mode . ((indent-tabs-mode . nil)
6+
(c-basic-offset . 4)
7+
(c-file-style . "BSD"))))

0 commit comments

Comments
 (0)