vimrc: set indent to 2 for ruby scripts

This commit is contained in:
Josh Holtrop 2012-08-07 16:49:23 -04:00
parent d3bb906b81
commit a53d75e74e

1
vimrc
View File

@ -121,6 +121,7 @@ if has("autocmd")
autocmd QuickFixCmdPre vimgrep copen
autocmd FileType html set sw=2 ts=2 sts=2
autocmd FileType xhtml set sw=2 ts=2 sts=2
autocmd FileType ruby set sw=2 ts=2 sts=2
endif " has("autocmd")
if !exists('s:loaded')