From 1ca4408f53d0ee61327a91164bea34375fd697a1 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 15 Dec 2011 19:57:22 -0500 Subject: [PATCH] set xhtml shift width to 2 --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 1ee2773..562bfec 100644 --- a/vimrc +++ b/vimrc @@ -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")