Indent size of 4 for html stuff
This commit is contained in:
parent
c1f2d4dcb5
commit
146e49540b
1
init.el
1
init.el
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue