Skip to content

Instantly share code, notes, and snippets.

@alexagranov
Created April 3, 2019 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexagranov/11b1c572d81141c03c6bf4598b3cb20c to your computer and use it in GitHub Desktop.
Save alexagranov/11b1c572d81141c03c6bf4598b3cb20c to your computer and use it in GitHub Desktop.
Emacs local indent config for web-mode
((web-mode . ((web-mode-code-indent-offset . 2)
(web-mode-css-indent-offset . 2)
(web-mode-markup-indent-offset . 2))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment