[pisa-src] r2563 - trunk/.vimrc

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 02 May 2011 19:09:41 +0200

Author: biurrun
Date: Mon May  2 19:09:41 2011
New Revision: 2563

Log:
vimrc: Do not expand TAB characters in Makefiles.

Modified:
   trunk/.vimrc

Modified: trunk/.vimrc
==============================================================================
--- trunk/.vimrc        Fri Apr 29 12:11:52 2011        (r2562)
+++ trunk/.vimrc        Mon May  2 19:09:41 2011        (r2563)
@@ -3,5 +3,7 @@
 set shiftwidth=4
 set tabstop=4
 
+autocmd FileType make,automake set noexpandtab shiftwidth=8 tabstop=8
+
 " trailing whitespace is forbidden, so highlight it
 let c_space_errors = 1
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2563 - trunk/.vimrc - Diego Biurrun