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
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ autocmd FileType scss setlocal tabstop=2 shiftwidth=2
autocmd FileType svelte setlocal tabstop=2 shiftwidth=2
autocmd FileType vue 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
""" APPEARANCE