Created
September 2, 2015 18:06
-
-
Save mariusk/7336a257634187a384a5 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
(add-hook 'web-mode-hook (lambda () | |
(setq web-mode-markup-indent-offset 2) | |
(setq web-mode-css-indent-offset 2) | |
(setq web-mode-code-indent-offset 2))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment