We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92ea0e commit 4d6c51dCopy full SHA for 4d6c51d
.dir-locals.el
@@ -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
-
+((nil
+ (compile-command . "LC_ALL=C make -C $(git rev-parse --show-toplevel) -kw -j"))
+ (c-mode
4
+ (c-file-style . "linux")
5
+ (tab-width . 8)
6
+ (indent-tabs-mode . nil))
7
+)
0 commit comments