From 23f9b12deaa418da082f8bab54783cad003ab7ed Mon Sep 17 00:00:00 2001 From: Varriount Date: Fri, 2 Jan 2015 07:18:13 -0800 Subject: [PATCH] Updated NEP 1 : Style Guide for Nimrod Code (markdown) --- NEP-1-:-Style-Guide-for-Nimrod-Code.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index 183862a..833b7f7 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -29,9 +29,7 @@ Style Guidelines - Although use of whitespace for stylistic reasons other than the ones endorsed by this guide are allowed, careful thought should be put into such practices. Not all editors support automatic alignment of code sections, and re-aligning - long sections of code by hand can quickly become tedius. Furthermore, the large - changes that re-alignment causes can make it harder to spot actual, - program-altering changes when diffs are viewed. + long sections of code by hand can quickly become tedius. ```nimrod # This is bad, as the next time someone comes # to edit this code block, they