From d2a62bb0676b0dda4248c4661109cd5f31dc0cfa Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 25 May 2013 18:31:21 -0500 Subject: [PATCH] Use two spaces for ruby indentation. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index b3e6e7d..a037c6f 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -57,6 +57,7 @@ au FileType ant set tabstop=2 shiftwidth=2 softtabstop=2 au FileType yaml set tabstop=2 shiftwidth=2 softtabstop=2 au FileType php set tabstop=4 shiftwidth=4 softtabstop=4 au FileType make set noexpandtab +au FileType ruby,eruby setlocal ts=2 sw=2 tw=79 et sts=2 autoindent colorcolumn=80 " keyboard shortcuts nmap l :set list!