vim: No expandtab in shell scripts
This commit is contained in:
parent
28d5f00627
commit
c034efa0d5
|
@ -26,7 +26,7 @@ autocmd Filetype php setlocal ts=2 sw=2 sts=2 expandtab
|
|||
autocmd Filetype python setlocal ts=4 sw=4 sts=4 expandtab
|
||||
autocmd Filetype sass setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype scss setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype sh setlocal ts=4 sw=4 sts=4 expandtab
|
||||
autocmd Filetype sh setlocal ts=4 sw=4 sts=4
|
||||
autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype tex setlocal ts=1 sw=1 sts=1 expandtab
|
||||
autocmd Filetype tf setlocal ts=2 sw=2 sts=2 expandtab
|
||||
|
|
Reference in a new issue