Indent size of 4 for html stuff

This commit is contained in:
eriedaberrie 2023-05-20 15:33:49 -07:00
parent c1f2d4dcb5
commit 146e49540b

View file

@ -945,6 +945,7 @@
(setq-default c-basic-offset 4 (setq-default c-basic-offset 4
c-ts-mode-indent-offset 4 c-ts-mode-indent-offset 4
json-ts-mode-indent-offset 4 json-ts-mode-indent-offset 4
sgml-basic-offset 4
tab-width 4 tab-width 4
fill-column 80) fill-column 80)
(add-hook 'python-mode-hook (lambda () (setq tab-width 4))) (add-hook 'python-mode-hook (lambda () (setq tab-width 4)))