diff --git a/.vimrc b/.vimrc index b8734da..f86596d 100644 --- a/.vimrc +++ b/.vimrc @@ -144,6 +144,7 @@ if has("autocmd") " Set filetype tab settings autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et + autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab endif