Skip to content

Commit

Permalink
[minor] update emacs .dir-locals.el to 4 space indent rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mcavage committed Feb 12, 2014
1 parent b0f8870 commit 9bab8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dir-locals.el
@@ -1,6 +1,6 @@
((nil . ((indent-tabs-mode . nil)
(tab-width . 8)
(tab-width . 4)
(fill-column . 80)))
(js-mode . ((js-indent-level . 8)
(js-mode . ((js-indent-level . 4)
(indent-tabs-mode . nil)
)))

0 comments on commit 9bab8b7

Please sign in to comment.