aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMatt Singleton <msingleton@wgen.net>2010-10-20 16:35:04 -0400
committerMatt Singleton <msingleton@wgen.net>2010-10-20 16:35:04 -0400
commitfe0d8e755639ed105df1fc7cee30eaf69dd4fc8b (patch)
treeb05b65886eef6247b17c6ceed5fd6e676d408155 /vimrc
parentcf8596f016a67613cbfff42805a4ed200bbea354 (diff)
xhtml has same spacing as html
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
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