Преглед изворни кода

indent rules updated (from Glynn)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31779 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler пре 17 година
родитељ
комит
8fb36b4a99
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      SUBMITTING

+ 3 - 3
SUBMITTING

@@ -229,9 +229,9 @@ following rules:
 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