Disable auto indentation in web-mode

This commit is contained in:
Gergely Polonkai 2017-10-02 13:40:33 +02:00
parent 792979a6f0
commit 2d12ffd041
1 changed files with 1 additions and 0 deletions

View File

@ -996,6 +996,7 @@ INFO plist."
(use-package web-mode
:config
(setq web-mode-enable-auto-indentation nil)
(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode)))
(use-package dockerfile-mode)