Created
April 3, 2019 17:00
-
-
Save alexagranov/11b1c572d81141c03c6bf4598b3cb20c to your computer and use it in GitHub Desktop.
Emacs local indent config for web-mode
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
((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