Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. (use-package web-mode
  2. :mode "\\.phtml\\'"
  3. :mode "\\.as[cp]x\\'"
  4. :mode "\\.erb\\'"
  5. :mode "\\.mustache\\'"
  6. :mode "\\.djhtml\\'"
  7. :mode "\\.html?\\'"
  8. (setq web-mode-markup-indent-offset 2)
  9. (setq web-mode-css-indent-offset 2)
  10. (setq web-mode-code-indent-offset 2)
  11. (setq web-mode-enable-current-column-highlight t)
  12. (setq web-mode-enable-current-element-highlight t)
  13.  
  14. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement