aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CONTRIBUTE2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE
index a569a6e62..94e9a6cd4 100644
--- a/docs/CONTRIBUTE
+++ b/docs/CONTRIBUTE
@@ -102,6 +102,8 @@
using spaces only (no tabs) and having the opening brace ({) on the same line
as the if() or while().
+ Also note that we use if() and while() with no space before the parenthesis.
+
2.3 Commenting
Comment your source code extensively using C comments (/* comment */), DO NOT