mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update web-mode for new smartparens config
This commit is contained in:
@ -53,7 +53,10 @@
|
||||
web-mode-css-indent-offset 2
|
||||
web-mode-style-padding 2
|
||||
web-mode-script-padding 2
|
||||
web-mode-block-padding 2)
|
||||
web-mode-block-padding 2
|
||||
;; smartparens handles this
|
||||
web-mode-enable-auto-pairing nil
|
||||
web-mode-enable-auto-quoting nil)
|
||||
:config
|
||||
(after! web-beautify
|
||||
(add-hook! web-mode (setenv "jsbeautify_indent_size" "4"))
|
||||
|
Reference in New Issue
Block a user