diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 7c755f1..423ef40 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -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