From 04b779db80e30933428e2f59ccbbd9b15e6e3b52 Mon Sep 17 00:00:00 2001 From: dom96 Date: Thu, 24 Jan 2013 09:06:39 -0800 Subject: [PATCH] Updated Coding Guidelines (markdown) --- Coding-Guidelines.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Coding-Guidelines.md b/Coding-Guidelines.md index a2b2aeb..0c629e2 100644 --- a/Coding-Guidelines.md +++ b/Coding-Guidelines.md @@ -1,3 +1,7 @@ * Use the implicit "result" variable and try to avoid "return". * Do not use templates/macros when an inline proc suffices. * Do not use "nil" for strings and sequences. The procs of the standard library which misuse "nil" as an error value will be deprecated. + +# Indentation + +Convention is to use 2 spaces, however 4 spaces are also fine. \ No newline at end of file