Skip to content

Instantly share code, notes, and snippets.

@mariusk
Created September 2, 2015 18:06
Show Gist options
  • Save mariusk/7336a257634187a384a5 to your computer and use it in GitHub Desktop.
Save mariusk/7336a257634187a384a5 to your computer and use it in GitHub Desktop.
(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