[vim] add tf filetype
This commit is contained in:
parent
e848cd1126
commit
4b30b83176
|
@ -27,6 +27,7 @@ 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 tex setlocal ts=1 sw=1 sts=1 expandtab
|
||||
autocmd Filetype tf setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype toml setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype vue setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype xml setlocal ts=2 sw=2 sts=2 expandtab
|
||||
|
|
Reference in a new issue