[GRASS-SVN] r31780 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 21 08:08:55 EDT 2008


Author: neteler
Date: 2008-06-21 08:08:55 -0400 (Sat, 21 Jun 2008)
New Revision: 31780

Modified:
   grass/branches/develbranch_6/SUBMITTING
Log:
indent rules updated (merge from trunk)

Modified: grass/branches/develbranch_6/SUBMITTING
===================================================================
--- grass/branches/develbranch_6/SUBMITTING	2008-06-21 12:08:39 UTC (rev 31779)
+++ grass/branches/develbranch_6/SUBMITTING	2008-06-21 12:08:55 UTC (rev 31780)
@@ -229,9 +229,9 @@
 15. To promote a consistent coding style, please use the "indent" program
     on all new C modules using the following switches:
     
-     $ indent -nbad -bap -bbb -nbbo -nbc -br -bli1 -bls -cbi0 -ncdb -nce \
-        -ci4 -cli0 -ncs -d0 -di0 -fc1 -nfca -hnl -i4 -ip4 -l80 -lc80 -lp \
-	-npcs -pi4 -nprs -npsl -sbi0 -sc -nsob -ss -ts8  main.c
+     $ indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \
+      -nbbo -nbc -nbfda -nbfde -ncdb -ncdw -nce -nfca -npcs -nprs \
+      -npsl -nsc -nsob -saf -sai -saw -sbi0 -ss -ts8 -ut main.c
 
     Existing code should not be re-indented except in extreme cases, as this
     will make "diff" comparisons with older versions impossible. If indent is 



More information about the grass-commit mailing list