Updated NEP 1 : Style Guide for Nimrod Code (markdown)

This commit is contained in:
Flaviu Tamas 2014-07-19 19:15:54 -07:00
parent 666e4f36c5
commit c53b5438e5
1 changed files with 2 additions and 0 deletions

View File

@ -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