aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/ruby.vim
blob: af1770c2f8d4bcb908eb3da2479af72b3608683b (plain)
1
2
3
4
5
6
7
" Ruby vim settings

" Indentation
setlocal expandtab
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2