mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 19:19:28 +00:00
5 lines
231 B
EmacsLisp
5 lines
231 B
EmacsLisp
|
(add-hook 'web-mode-hook (lambda ()
|
||
|
(setq web-mode-markup-indent-offset 4)
|
||
|
(setq web-mode-css-indent-offset 4)
|
||
|
(setq web-mode-code-indent-offset 4)))
|