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