vimrc: rearrange FileType autocmd and some missing ones

This commit is contained in:
Lucas Gabriel Vuotto 2024-07-13 13:39:06 +00:00
parent 49d068aad3
commit 2bbd05f402

View File

@ -27,4 +27,6 @@ syntax off
filetype on
autocmd FileType python setl expandtab shiftwidth=4
autocmd FileType css,html,javascript,typescript,json,yaml,hcl,terraform setl expandtab shiftwidth=2
autocmd FileType css,html,javascript,typescript setl expandtab shiftwidth=2
autocmd FileType json,yaml setl expandtab shiftwidth=2
autocmd FileType hcl,terraform,terraform-vars setl expandtab shiftwidth=2