]> granicus.if.org Git - php/commitdiff
Include Sascha's indendation hint
authorMarcus Boerger <helly@php.net>
Fri, 30 Jan 2004 07:53:12 +0000 (07:53 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 30 Jan 2004 07:53:12 +0000 (07:53 +0000)
CODING_STANDARDS

index 76eb1008afd734f025d8a85adcb5e0b1d7858198..c4cbaeee8eef05d1076b51ca11864c09c962d91b 100644 (file)
@@ -204,8 +204,9 @@ Syntax and indentation
     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
 -------------------------------