]> granicus.if.org Git - php/commitdiff
Newer compilers don't need this so many people don't know. Hence we make
authorMarcus Boerger <helly@php.net>
Fri, 30 Jan 2004 07:01:25 +0000 (07:01 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 30 Jan 2004 07:01:25 +0000 (07:01 +0000)
it a coding standard.

CODING_STANDARDS

index 3f9f9cd8e08dc3948d3948ee95494ea6603fabc1..76eb1008afd734f025d8a85adcb5e0b1d7858198 100644 (file)
@@ -204,6 +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.
+
 Documentation and Folding Hooks
 -------------------------------