[asterisk-commits] russell: trunk r207925 -	/trunk/doc/CODING-GUIDELINES
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Jul 21 17:22:22 CDT 2009
    
    
  
Author: russell
Date: Tue Jul 21 17:22:18 2009
New Revision: 207925
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=207925
Log:
Note that we use tabs instead of spaces for indentation.
I'm surprised this was never actually in here...
Modified:
    trunk/doc/CODING-GUIDELINES
Modified: trunk/doc/CODING-GUIDELINES
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/doc/CODING-GUIDELINES?view=diff&rev=207925&r1=207924&r2=207925
==============================================================================
--- trunk/doc/CODING-GUIDELINES (original)
+++ trunk/doc/CODING-GUIDELINES Tue Jul 21 17:22:18 2009
@@ -40,6 +40,8 @@
 
 * General rules
 ---------------
+
+- Indent code using tabs, not spaces.
 
 - All code, filenames, function names and comments must be in ENGLISH.
 
    
    
More information about the asterisk-commits
mailing list