lang/web: web-mode-auto-close-style = 1

< could be part of an emmet expression or inline script. Closing tags on
</ is less ambiguous.
This commit is contained in:
Henrik Lissner
2019-05-04 18:57:35 -04:00
parent 72e8178e42
commit 0b6d21649e

View File

@ -30,7 +30,7 @@
:ok-statuses '(0 1))
(setq web-mode-enable-html-entities-fontification t
web-mode-auto-close-style 2)
web-mode-auto-close-style 1)
(after! smartparens
(defun +web-is-auto-close-style-3 (_id action _context)