helly           Fri Jan 30 02:53:13 2004 EDT

  Modified files:              
    /php-src    CODING_STANDARDS 
  Log:
  Include Sascha's indendation hint
  
  
http://cvs.php.net/diff.php/php-src/CODING_STANDARDS?r1=1.30&r2=1.31&ty=u
Index: php-src/CODING_STANDARDS
diff -u php-src/CODING_STANDARDS:1.30 php-src/CODING_STANDARDS:1.31
--- php-src/CODING_STANDARDS:1.30       Fri Jan 30 02:01:25 2004
+++ php-src/CODING_STANDARDS    Fri Jan 30 02:53:12 2004
@@ -204,8 +204,9 @@
     four spaces.  It is important to maintain consistency in indenture so
     that definitions, comments, and control structures line up correctly.
 
-[5] Precompiler statements (#if and such) MUST start at column one, you
-    cannot indent them.
+[5] Precompiler statements (#if and such) MUST start at column one. To
+    indent preprocessor directives you should put the # at the beginning
+    of a line, followed by any number of whitespace.
 
 Documentation and Folding Hooks
 -------------------------------

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to