diff options
author | Marcus Boerger <helly@php.net> | 2004-01-30 07:01:25 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-30 07:01:25 +0000 |
commit | 9a3355608dbc162e146311ae08aabc2c2cba3941 (patch) | |
tree | 4080c854efddd764a455e8006f15809bb07cadce /CODING_STANDARDS | |
parent | b4e882d0137080dfd56d3ba72b9f03ae10f29474 (diff) | |
download | php-git-9a3355608dbc162e146311ae08aabc2c2cba3941.tar.gz |
Newer compilers don't need this so many people don't know. Hence we make
it a coding standard.
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 3 |
1 files changed, 3 insertions, 0 deletions
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 ------------------------------- |