From 4b30b83176561c19e099affb807764d1fa2384ac Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 21 Aug 2018 13:24:07 +0000 Subject: [PATCH] [vim] add tf filetype --- home/.vim/ftdetect/filetypes.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.vim/ftdetect/filetypes.vim b/home/.vim/ftdetect/filetypes.vim index ad35951..9e52f96 100644 --- a/home/.vim/ftdetect/filetypes.vim +++ b/home/.vim/ftdetect/filetypes.vim @@ -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