Use two spaces for ruby indentation.

This commit is contained in:
Ryan Cavicchioni 2013-05-25 18:31:21 -05:00
parent f6ca1b9725
commit d2a62bb067

View File

@ -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 <silent> <leader>l :set list!<CR>