1
0
Fork 0

Emacs set indent for more modes/file types.

This commit is contained in:
Kevin Baensch 2023-06-16 23:43:19 +02:00
parent 41b0efb12d
commit 89068c4863
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,10 @@ in rec {
(setq-default indent-tabs-mode nil
tab-width 2
c-basic-offset 2
js-indent-level 2)
js-indent-level 2
sh-basic-offset 2
sh-indentation 2
smie-indent-basic 2)