1

Set custom markup indent offset for web-mode

This commit is contained in:
Jessie Hildebrandt 2020-07-20 20:30:34 -04:00
parent 6dfa38b5d3
commit 192cba1db7

View File

@ -398,6 +398,8 @@
;; Load Web Mode ;; Load Web Mode
;; (Associated files: .php, .inc, .html) ;; (Associated files: .php, .inc, .html)
(use-package web-mode (use-package web-mode
:custom
(web-mode-markup-indent-offset 2)
:mode :mode
(("\\.php\\'" . web-mode) (("\\.php\\'" . web-mode)
("\\.inc\\'" . web-mode) ("\\.inc\\'" . web-mode)