diff --git a/.vim/vimrc b/.vim/vimrc index 269bbc2..e657859 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -939,6 +939,14 @@ augroup filetypes \ set tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent \ textwidth=79 fileformat=unix omnifunc=lsp#complete " \ textwidth=79 fileformat=unix + au FileType terraform + \ set fileformat=unix omnifunc=lsp#complete + au FileType css + \ set fileformat=unix omnifunc=lsp#complete + au FileType gohtmltmpl setlocal + \ fileformat=unix tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab + au FileType just setlocal + \ fileformat=unix tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab au FileType tex setlocal tabstop=2