Emacs set indent for more modes/file types.
This commit is contained in:
parent
41b0efb12d
commit
89068c4863
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue