Disable auto indentation in web-mode

This commit is contained in:
Adam Goldsmith 2020-04-14 03:20:34 -04:00
parent 4d1e1cc4f7
commit df8011a034
1 changed files with 2 additions and 1 deletions

View File

@ -767,7 +767,8 @@
web-mode-css-indent-offset 2
web-mode-code-indent-offset 2
web-mode-script-padding nil
web-mode-style-padding nil))
web-mode-style-padding nil
web-mode-enable-auto-indentation nil))
(use-package vue-mode
:config