Fix treesitter indent size
This commit is contained in:
parent
519de4585b
commit
c9145d2b79
1
init.el
1
init.el
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue