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:
parent
72e8178e42
commit
0b6d21649e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
:ok-statuses '(0 1))
|
:ok-statuses '(0 1))
|
||||||
|
|
||||||
(setq web-mode-enable-html-entities-fontification t
|
(setq web-mode-enable-html-entities-fontification t
|
||||||
web-mode-auto-close-style 2)
|
web-mode-auto-close-style 1)
|
||||||
|
|
||||||
(after! smartparens
|
(after! smartparens
|
||||||
(defun +web-is-auto-close-style-3 (_id action _context)
|
(defun +web-is-auto-close-style-3 (_id action _context)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue