diff --git a/vimrc b/vimrc index 213ec45..1ee2773 100644 --- a/vimrc +++ b/vimrc @@ -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")