From 63de6d0385b57abe6f9521d174aa44ddee1a4812 Mon Sep 17 00:00:00 2001 From: BigBoneDaddy Date: Sun, 28 Jun 2015 08:23:33 -0400 Subject: [PATCH] Updated Style Guide for Nim Code (markdown) --- Style-Guide-for-Nim-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Style-Guide-for-Nim-Code.md b/Style-Guide-for-Nim-Code.md index 824b7db..2b7eaff 100644 --- a/Style-Guide-for-Nim-Code.md +++ b/Style-Guide-for-Nim-Code.md @@ -19,7 +19,7 @@ Style Guidelines ### 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. + has smaller chunks to process. If your line of code more than 80 character make it less than 80 character. - 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