Skip to content

Commit

Permalink
Make it clearer that we're disabling indent-tabs-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 16, 2016
1 parent 675708d commit e85f130
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,6 +1,6 @@
((nil
(bug-reference-url-format . "https://github.com/clojure-emacs/clojure-mode/issues/%s")
(indent-tabs-mode)
(indent-tabs-mode . nil)
(fill-column . 80)
(checkdoc-arguments-in-order-flag))
(emacs-lisp-mode
Expand Down

0 comments on commit e85f130

Please sign in to comment.