We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b578e49 commit 2886c37Copy full SHA for 2886c37
.dir-locals.el
@@ -3,4 +3,7 @@
3
4
((nil
5
;; Use space instead of tabs for indentation
6
- (indent-tabs-mode . nil)))
+ (indent-tabs-mode . nil))
7
+ (makefile-mode
8
+ ;; But use tabs in Makefiles
9
+ (indent-tabs-mode . t)))
0 commit comments