From 3f79e8bd06e72e44bb6d60c24b0c6b4d9ce956ed Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 20 Nov 2011 17:30:50 -0500 Subject: [PATCH] set shiftwidth to 2 for html files --- vimrc | 1 + 1 file changed, 1 insertion(+) 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")