We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b2786 commit 40b9fd3Copy full SHA for 40b9fd3
.dir-locals.el
@@ -0,0 +1,5 @@
1
+((prog-mode . ((fill-column . 80)
2
+ (tab-width . 4)
3
+ (indent-tabs-mode . t)
4
+ (c-basic-offset . 4)
5
+ (c-file-style . "ellemtel"))))
0 commit comments