From 666e4f36c57a75a5678605621beedfdb57cf3638 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 19 Jul 2014 19:15:12 -0700 Subject: [PATCH] Updated NEP 1 : Style Guide for Nimrod Code (markdown) --- NEP-1-:-Style-Guide-for-Nimrod-Code.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index 0b36d91..a385acf 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -21,7 +21,9 @@ Spacing and Whitespace Conventions - Lines should be no longer than 80 characters. Limiting the amount of information present on each line makes for more readable code - the reader has smaller chunks to process. -
+ +--------- + - 2 spaces should be used for indentation of blocks; tabstops are not allowed (the compiler enforces this). Using spaces means that the appearance of code is more consistant across editors. Unlike spaces, tabstop width varies