Set tab to 4 spaces on yaml

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-03 13:49:41 +02:00
parent 6f2d780da1
commit 31431c58fd

View file

@ -210,6 +210,7 @@ augroup configgroup
autocmd FileType python setlocal colorcolumn=80
autocmd BufEnter Makefile,*.asm setlocal noexpandtab tabstop=6 shiftwidth=6 softtabstop=0
autocmd BufEnter *.sh setlocal shiftwidth=2 tabstop=2 softtabstop=2 foldlevel=0 foldmethod=marker
autocmd FileType yaml setlocal shiftwidth=4 tabstop=4 softtabstop=4
augroup END
" }}}