summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-30 07:53:12 +0000
committerMarcus Boerger <helly@php.net>2004-01-30 07:53:12 +0000
commitbfed0430fa18de7d1ac53358d1c20d2e46ab57ae (patch)
treef0a640fb36f166471c5ef9ae83a8df67d30a0d52 /CODING_STANDARDS
parent9a3355608dbc162e146311ae08aabc2c2cba3941 (diff)
downloadphp-git-bfed0430fa18de7d1ac53358d1c20d2e46ab57ae.tar.gz
Include Sascha's indendation hint
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r--CODING_STANDARDS5
1 files changed, 3 insertions, 2 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 76eb1008af..c4cbaeee8e 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -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
-------------------------------