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 18a58f7 commit 9021212Copy full SHA for 9021212
1 file changed
.dir-locals.el
@@ -0,0 +1,9 @@
1
+((nil
2
+ (indent-tabs-mode . nil))
3
+ (makefile-mode
4
+ (indent-tabs-mode . t))
5
+ (git-commit-mode
6
+ (git-commit-major-mode . git-commit-elisp-text-mode))
7
+ ("CHANGELOG"
8
+ (nil (fill-column . 70)
9
+ (mode . display-fill-column-indicator))))
0 commit comments