From 44f4592e6a6e80ddf2ac5b3911036f602a54b97d Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 11 May 2002 22:10:48 +0000 Subject: [PATCH] clarify one formatting point --- phpgwapi/doc/coding_standard.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/doc/coding_standard.txt b/phpgwapi/doc/coding_standard.txt index eeb34ad617..a5a0c4f3c7 100644 --- a/phpgwapi/doc/coding_standard.txt +++ b/phpgwapi/doc/coding_standard.txt @@ -2,6 +2,7 @@ 2) Use tabs for formatting, NOT SPACES. Tabs create smaller files and editors allow developers to view a tab as however many spaces as they prefer. Spaces do not allow this. + There is one exception (see #11 below). 3) Use ' instead of " for strings. This is a performance issue, and prevents a lot of inconsistent coding styles. @@ -76,7 +77,7 @@ 'var2' => 'value2' ); - Note that spaces are permitted between the => 's + Note that spaces are preferred around the '=>'. 12) Use the long format for