vimrc: set indent to 2 for ruby scripts
This commit is contained in:
parent
d3bb906b81
commit
a53d75e74e
1
vimrc
1
vimrc
@ -121,6 +121,7 @@ if has("autocmd")
|
|||||||
autocmd QuickFixCmdPre vimgrep copen
|
autocmd QuickFixCmdPre vimgrep copen
|
||||||
autocmd FileType html set sw=2 ts=2 sts=2
|
autocmd FileType html set sw=2 ts=2 sts=2
|
||||||
autocmd FileType xhtml 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")
|
endif " has("autocmd")
|
||||||
|
|
||||||
if !exists('s:loaded')
|
if !exists('s:loaded')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user