From e2bbcd88bff82196d1c1df9f19abc0fd0254efcc Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 13 Jul 2010 10:15:35 -0500 Subject: [PATCH] .vimrc: Auto command for XML file type. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index e486870..a06974b 100644 --- a/.vimrc +++ b/.vimrc @@ -49,6 +49,7 @@ au FileType mail set tw=72 spell spelllang=en_us nonumber au FileType gitcommit set tw=72 spell spelllang=en_us nonumber au BufNewFile,BufRead *.phtml set tabstop=2 shiftwidth=2 au FileType html set tabstop=2 shiftwidth=2 +au FileType xml set tabstop=2 shiftwidth=2 " keyboard shortcuts nmap l :set list!