diff options
author | Matt Singleton <msingleton@wgen.net> | 2010-10-20 16:35:04 -0400 |
---|---|---|
committer | Matt Singleton <msingleton@wgen.net> | 2010-10-20 16:35:04 -0400 |
commit | fe0d8e755639ed105df1fc7cee30eaf69dd4fc8b (patch) | |
tree | b05b65886eef6247b17c6ceed5fd6e676d408155 /vimrc | |
parent | cf8596f016a67613cbfff42805a4ed200bbea354 (diff) |
xhtml has same spacing as html
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |