Make web-mode not lineup calls

This commit is contained in:
Adam Goldsmith 2019-01-15 21:27:27 -05:00
parent 51ade13af7
commit 07bd7ee2ca
1 changed files with 1 additions and 0 deletions

View File

@ -695,6 +695,7 @@
:mode "\\.html?\\'"
:mode "\\.vue?\\'"
:config
(add-to-list 'web-mode-indentation-params '("lineup-calls" . nil))
(setq web-mode-markup-indent-offset 2
web-mode-css-indent-offset 2
web-mode-code-indent-offset 2))