diff --git a/.vim/ftplugin/ruby.vim b/.vim/ftplugin/ruby.vim new file mode 100644 index 0000000..21c2276 --- /dev/null +++ b/.vim/ftplugin/ruby.vim @@ -0,0 +1,3 @@ +set tabstop=2 +set shiftwidth=2 +set softtabstop=2