set shiftwidth to 2 for html files

This commit is contained in:
Josh Holtrop 2011-11-20 17:30:50 -05:00
parent ceb3b1effd
commit 3f79e8bd06

1
vimrc
View File

@ -119,4 +119,5 @@ if has("autocmd")
autocmd Syntax {cpp,c,idl} runtime syntax/doxygen.vim
autocmd QuickFixCmdPre grep copen
autocmd QuickFixCmdPre vimgrep copen
autocmd FileType html set sw=2 ts=2 sts=2
endif " has("autocmd")