Use web-mode in .vue files

This commit is contained in:
Adam Goldsmith 2018-08-28 21:53:06 -04:00
parent 51d39c5dc1
commit bbfdd67b71
1 changed files with 1 additions and 0 deletions

View File

@ -659,6 +659,7 @@
(use-package web-mode
:mode "\\.html?\\'"
:mode "\\.vue?\\'"
:config
(setq web-mode-markup-indent-offset 2
web-mode-css-indent-offset 2