Skip to content

Instantly share code, notes, and snippets.

@asimpson
Created June 30, 2016 19:52
Show Gist options
  • Save asimpson/849a0d9c13d44a4ce84622e3f551026f to your computer and use it in GitHub Desktop.
Save asimpson/849a0d9c13d44a4ce84622e3f551026f to your computer and use it in GitHub Desktop.
;;; 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