From a53d75e74efb127deeedd7d28c13d78c74ad9a05 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 7 Aug 2012 16:49:23 -0400 Subject: [PATCH] vimrc: set indent to 2 for ruby scripts --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 9736e53..4e218e8 100755 --- a/vimrc +++ b/vimrc @@ -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')