Skip to content

Commit 4d6c51d

Browse files
committed
Update emacs dir-locals: fix compile command, add 8 ws indent.
1 parent e92ea0e commit 4d6c51d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.dir-locals.el

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
( (c-mode . ((c-file-style . "linux"))) )
2-
((nil . ((compile-command . "LC_ALL=C make -C $(git rev-parse --show-toplevels) -k"))))
3-
1+
((nil
2+
(compile-command . "LC_ALL=C make -C $(git rev-parse --show-toplevel) -kw -j"))
3+
(c-mode
4+
(c-file-style . "linux")
5+
(tab-width . 8)
6+
(indent-tabs-mode . nil))
7+
)

0 commit comments

Comments
 (0)