summary refs log tree commit diff
path: root/vim/indent/ruby.vim
blob: ae7d2e1adc792a38d0550226501a53e2c3a50327 (plain) (blame)
1
2
3
4
au FileType ruby set expandtab
au FileType ruby set shiftwidth=2
au FileType ruby set softtabstop=2
au FileType ruby set tabstop=2