From 8078fc09651f9408b932ff844297c8d6f2d1073e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 18 Oct 2019 19:40:48 -0400 Subject: [PATCH] Commentary --- docs/internals.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/internals.adoc b/docs/internals.adoc index 60b09c320..487e2e003 100644 --- a/docs/internals.adoc +++ b/docs/internals.adoc @@ -399,6 +399,11 @@ style indentation; the `c-set-style` undoes that.) * Use 2 spaces between the end of source and the beginning of a comment. +* Use 1 space after if/for/switch/while and similar keywords. + +* No spaces before semicolons, nor between a function's name and open +parenthesis (only applies to functions; if/else has a following space). + * Use "mixedCapsSymbols" instead of "underlined_symbls". * Comment every member variable.