[web-mode] Set indentation values
This commit is contained in:
parent
576d74050e
commit
f8e5e602d6
1 changed files with 5 additions and 1 deletions
|
@ -1595,7 +1595,11 @@ Source: [[https://github.com/fxbois/web-mode][GitHub: fxbois/web-mode]]
|
||||||
("\\.mustache\\'" . web-mode)
|
("\\.mustache\\'" . web-mode)
|
||||||
("\\.djhtml\\'" . web-mode)
|
("\\.djhtml\\'" . web-mode)
|
||||||
("\\.vue\\'" . 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
|
#+end_src
|
||||||
|
|
||||||
** TypoScript
|
** TypoScript
|
||||||
|
|
Loading…
Reference in a new issue