Skip to content

Commit

Permalink
Disable indent-tabs-mode in a more explicit fashion
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 8, 2018
1 parent e071b02 commit c07de90
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
Expand Up @@ -4,7 +4,7 @@
((emacs-lisp-mode
(bug-reference-url-format . "https://github.com/clojure-emacs/cider/issues/%s")
(bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")
(indent-tabs-mode)
(indent-tabs-mode . nil)
(fill-column . 80)
(sentence-end-double-space . t)
(emacs-lisp-docstring-fill-column . 75)
Expand Down

0 comments on commit c07de90

Please sign in to comment.