diff --git a/vimrc b/vimrc index ea747d0..83e3f5d 100755 --- a/vimrc +++ b/vimrc @@ -129,6 +129,7 @@ if has("autocmd") autocmd FileType html setlocal sw=2 ts=2 sts=2 autocmd FileType xhtml setlocal sw=2 ts=2 sts=2 autocmd FileType xml setlocal sw=2 ts=2 sts=2 + autocmd FileType yaml setlocal sw=2 ts=2 sts=2 autocmd FileType ruby setlocal sw=2 ts=2 sts=2 endif " has("autocmd")