From c53b5438e582e1ae3d33defad2e4b4ebe1e7f386 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 19 Jul 2014 19:15:54 -0700 Subject: [PATCH] Updated NEP 1 : Style Guide for Nimrod Code (markdown) --- NEP-1-:-Style-Guide-for-Nimrod-Code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index a385acf..fd4c552 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -29,6 +29,8 @@ Spacing and Whitespace Conventions code is more consistant across editors. Unlike spaces, tabstop width varies across editors, and not all editors provide means of changing this width. +--------- + - Use of extra whitespace for alignment in ways other than dictated by the style guide is discouraged. Manual alignment and re-alignment of code is tedious, and not all editors have support for auto-alignment of code