From: Marcus Boerger Date: Fri, 30 Jan 2004 07:01:25 +0000 (+0000) Subject: Newer compilers don't need this so many people don't know. Hence we make X-Git-Tag: php-5.0.0b4RC1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a3355608dbc162e146311ae08aabc2c2cba3941;p=php Newer compilers don't need this so many people don't know. Hence we make it a coding standard. --- diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 3f9f9cd8e0..76eb1008af 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -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 -------------------------------