Fix treesitter indent size

This commit is contained in:
eriedaberrie 2023-01-15 13:57:38 -08:00
parent 519de4585b
commit c9145d2b79

View file

@ -438,6 +438,7 @@
sentence-end-double-space nil) sentence-end-double-space nil)
(setq-default c-basic-offset 4 (setq-default c-basic-offset 4
c-ts-mode-indent-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)))