diff --git a/dot_vim/after/ftplugin/yaml.vim b/dot_vim/after/ftplugin/yaml.vim index e234ac6..0c5222d 100644 --- a/dot_vim/after/ftplugin/yaml.vim +++ b/dot_vim/after/ftplugin/yaml.vim @@ -1,4 +1,4 @@ -setlocal shiftwidth=4 -setlocal softtabstop=4 -setlocal tabstop=4 +setlocal shiftwidth=2 +setlocal softtabstop=2 +setlocal tabstop=2 setlocal foldmethod=indent