set xhtml shift width to 2

This commit is contained in:
Josh Holtrop 2011-12-15 19:57:22 -05:00
parent 8efdef91b0
commit 1ca4408f53

1
vimrc
View File

@ -120,4 +120,5 @@ if has("autocmd")
autocmd QuickFixCmdPre grep copen
autocmd QuickFixCmdPre vimgrep copen
autocmd FileType html set sw=2 ts=2 sts=2
autocmd FileType xhtml set sw=2 ts=2 sts=2
endif " has("autocmd")