All yaml types have tabsize 2

This commit is contained in:
Sam A. 2022-08-19 19:16:34 +02:00
parent 81301f8b57
commit e8dc764ca0
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -143,7 +143,7 @@ autocmd FileType scss setlocal tabstop=2 shiftwidth=2
autocmd FileType svelte setlocal tabstop=2 shiftwidth=2 autocmd FileType svelte setlocal tabstop=2 shiftwidth=2
autocmd FileType vue setlocal tabstop=2 shiftwidth=2 autocmd FileType vue setlocal tabstop=2 shiftwidth=2
autocmd FileType json setlocal tabstop=2 shiftwidth=2 autocmd FileType json setlocal tabstop=2 shiftwidth=2
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 autocmd FileType yaml* setlocal tabstop=2 shiftwidth=2
autocmd BufNewFile,BufRead zsh*,.zsh*,*.zsh set filetype=sh autocmd BufNewFile,BufRead zsh*,.zsh*,*.zsh set filetype=sh
""" APPEARANCE """ APPEARANCE