diff --git a/after/ftplugin/ruby.vim b/after/ftplugin/ruby.vim index 0f70de1..f5c9f29 100644 --- a/after/ftplugin/ruby.vim +++ b/after/ftplugin/ruby.vim @@ -1,4 +1,4 @@ set expandtab -set shiftwidth=4 -set softtabstop=4 +set shiftwidth=2 +set softtabstop=2 set shiftround