From fe0d8e755639ed105df1fc7cee30eaf69dd4fc8b Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 20 Oct 2010 16:35:04 -0400 Subject: xhtml has same spacing as html --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 116732d..6197000 100644 --- a/vimrc +++ b/vimrc @@ -37,7 +37,7 @@ if has("autocmd") au! au FileType text setlocal textwidth=72 - au FileType html setlocal ts=2 sw=2 sts=2 expandtab + au FileType html,xhtml setlocal ts=2 sw=2 sts=2 expandtab au FileType ruby setlocal ts=2 sw=2 sts=2 expandtab " text files -- cgit v1.2.3