[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1069] branches/1.2/doc



Revision: 1069
          http://svn.sourceforge.net/ledger-smb/?rev=1069&view=rev
Author:   einhverfr
Date:     2007-04-12 13:51:53 -0700 (Thu, 12 Apr 2007)

Log Message:
-----------
Updated coding standard

Modified Paths:
--------------
    branches/1.2/doc/coding-standard.pdf
    branches/1.2/doc/coding-standard.tex

Modified: branches/1.2/doc/coding-standard.pdf
===================================================================
(Binary files differ)

Modified: branches/1.2/doc/coding-standard.tex
===================================================================
--- branches/1.2/doc/coding-standard.tex	2007-04-12 20:46:20 UTC (rev 1068)
+++ branches/1.2/doc/coding-standard.tex	2007-04-12 20:51:53 UTC (rev 1069)
@@ -26,8 +26,8 @@
 small part of the code so that these functions can be maintained together in a
 logical way.
 
-Nested blocks of code should be indented with a single tab.  This way,
-programmers can adjust the tab width of their editors to their preferences.
+Nested blocks of code should be indented with a single 4 spaces.  Tabs are OK, 
+but before release, a single commit will be made using perltidy -i=4.  
 
 Lines longer than 79 characters are not handled well by many terminals and
 should generally be avoided.  Continued lines should be indented by one more tab


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.