Commit 28bae3f

mo khan <mo@mokhan.ca>
2013-08-21 19:20:19
stop autoformatting html files.
1 parent 5f66f2c
Changed files (1)
vimrc
@@ -137,7 +137,7 @@ if has("autocmd")
 
   au FocusLost * :w
   autocmd BufNewFile *.rb :write
-  autocmd BufWritePre,BufRead *.html :normal gg=G
+  "autocmd BufWritePre,BufRead *.html :normal gg=G
   autocmd BufNewFile,BufRead *.html setlocal nowrap
 
   " \c comment out line.