Make web-mode not lineup calls
This commit is contained in:
parent
51ade13af7
commit
07bd7ee2ca
@ -695,6 +695,7 @@
|
|||||||
:mode "\\.html?\\'"
|
:mode "\\.html?\\'"
|
||||||
:mode "\\.vue?\\'"
|
:mode "\\.vue?\\'"
|
||||||
:config
|
:config
|
||||||
|
(add-to-list 'web-mode-indentation-params '("lineup-calls" . nil))
|
||||||
(setq web-mode-markup-indent-offset 2
|
(setq web-mode-markup-indent-offset 2
|
||||||
web-mode-css-indent-offset 2
|
web-mode-css-indent-offset 2
|
||||||
web-mode-code-indent-offset 2))
|
web-mode-code-indent-offset 2))
|
||||||
|
Loading…
Reference in New Issue
Block a user