We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ecc2c commit a1ed873Copy full SHA for a1ed873
.dir-locals.el
@@ -0,0 +1,7 @@
1
+;;; Directory Local Variables
2
+;; For more information see (info "(emacs) Directory Variables")
3
+
4
+((nil . ((fill-column . 78)))
5
+ (c-mode . ((c-file-style . "k&r")
6
+ (tab-width . 4)
7
+ (c-basic-offset . 4))))
0 commit comments