diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 1d5b779..c51bc09 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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 " }}}