Adding tabbing settings for ruby

This commit is contained in:
Alex Yatskov 2016-03-01 10:27:09 -08:00
parent 1f0d935257
commit 141c5ea5e7

3
.vim/ftplugin/ruby.vim Normal file
View File

@ -0,0 +1,3 @@
set tabstop=2
set shiftwidth=2
set softtabstop=2