Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Override indent-tabs-mode for Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 7, 2016
1 parent b578e49 commit 2886c37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@

((nil
;; Use space instead of tabs for indentation
(indent-tabs-mode . nil)))
(indent-tabs-mode . nil))
(makefile-mode
;; But use tabs in Makefiles
(indent-tabs-mode . t)))

0 comments on commit 2886c37

Please sign in to comment.