Skip to content

Commit

Permalink
emacs dir-locals.el: Only disable tabs in c-mode (Makefiles need tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Jul 21, 2015
1 parent e0e7814 commit c95369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(
(nil
(indent-tabs-mode . nil)
)
(c-mode
(indent-tabs-mode . nil)
(c-file-style . "bsd")
(c-basic-offset . 4)
)
Expand Down

0 comments on commit c95369e

Please sign in to comment.