Add web-mode customizations
This commit is contained in:
parent
13f00fb90d
commit
7d57947fd7
@ -24,6 +24,9 @@
|
||||
(equal web-mode-content-type "jsx"))
|
||||
(lsp-deferred))))
|
||||
:custom
|
||||
(web-mode-enable-auto-pairing nil))
|
||||
(web-mode-enable-auto-pairing nil)
|
||||
(web-mode-markup-indent-offset 2)
|
||||
(web-mode-code-indent-offset 2)
|
||||
(web-mode-script-padding 2))
|
||||
|
||||
(provide 'init-web)
|
||||
|
Loading…
Reference in New Issue
Block a user