Created
June 30, 2016 19:52
-
-
Save asimpson/849a0d9c13d44a4ce84622e3f551026f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Directory Local Variables | |
;;; For more information see (info "(emacs) Directory Variables") | |
((nil | |
(evil-shift-width . 4) | |
(tab-width . 4)) | |
(css-mode | |
(css-indent-offset . 4)) | |
(js2-mode | |
(js2-basic-offset . 4)) | |
(web-mode | |
(web-mode-markup-indent-offset . 4))) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment