diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-01-04 13:14:53 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-01-04 13:14:53 +0000 |
commit | 7d220af292eaf489ea18233efd5d4c8087c85bb6 (patch) | |
tree | df219af2fa1fae984ae70eae896ad282d9accd28 /CODING_STANDARDS | |
parent | afb022b7ec8a9ac1fd52ae6f6d4508a15a1daf33 (diff) | |
download | php-git-7d220af292eaf489ea18233efd5d4c8087c85bb6.tar.gz |
small clarification
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 69a095ec1f..f2b675c80e 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -134,6 +134,8 @@ Syntax and indentation style. This applies to just about everything, starting with indentation and comment styles and up to function declaration syntax. + + (see also http://www.tuxedo.org/~esr/jargon/html/entry/indent-style.html) [3] Be generous with whitespace and braces. Always prefer: |