From 766997fdbf5cd3f0f2ee7748a5b78918669a5494 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 28 Jun 2015 13:43:29 +0100 Subject: [PATCH] Revert 63de6d0^...63de6d0 on Style Guide for Nim Code --- 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 2b7eaff..824b7db 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. If your line of code more than 80 character make it less than 80 character. + 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