[web-mode] Set indentation values

This commit is contained in:
Marcel Kapfer 2022-03-30 16:59:46 +02:00
parent 576d74050e
commit f8e5e602d6
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 1 deletions

View File

@ -1595,7 +1595,11 @@ Source: [[https://github.com/fxbois/web-mode][GitHub: fxbois/web-mode]]
("\\.mustache\\'" . web-mode)
("\\.djhtml\\'" . web-mode)
("\\.vue\\'" . web-mode)
("\\.blade\\.php\\'" . web-mode)))
("\\.blade\\.php\\'" . web-mode))
:config
(setq web-mode-script-padding 0)
(setq web-mode-code-indent-offset 2)
(setq web-mode-markup-indent-offset 2))
#+end_src
** TypoScript