[vim] add zsh filetype
This commit is contained in:
parent
42026d377a
commit
c9ae405e10
|
@ -24,6 +24,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 python setlocal ts=4 sw=4 sts=4 expandtab
|
||||||
autocmd Filetype scss 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 expandtab
|
||||||
|
autocmd Filetype zsh setlocal ts=4 sw=4 sts=4 expandtab
|
||||||
autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab
|
autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
autocmd Filetype tex setlocal ts=2 sw=2 sts=2 expandtab
|
autocmd Filetype tex setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
autocmd Filetype toml setlocal ts=4 sw=4 sts=4 expandtab
|
autocmd Filetype toml setlocal ts=4 sw=4 sts=4 expandtab
|
||||||
|
|
Reference in a new issue