From ff81dd71b6b7e6ce1a291b1fa61118dfb82cfc18 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 5 Jul 2010 23:59:57 -0500 Subject: [PATCH] .vimrc: auto command for HTML files. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 5bb3f38..6a512a6 100644 --- a/.vimrc +++ b/.vimrc @@ -47,6 +47,7 @@ au FileType text set tw=72 spell spelllang=en_us nonumber au FileType mail set tw=72 spell spelllang=en_us nonumber au FileType gitcommit set tw=72 spell spelllang=en_us nonumber +au FileType html set tabstop=2 shiftwidth=2 " keyboard shortcuts nmap l :set list!