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

This commit is contained in:
Flaviu Tamas 2014-07-19 19:16:26 -07:00
parent c53b5438e5
commit 0887943128
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Spacing and Whitespace Conventions
tedious, and not all editors have support for auto-alignment of code
sections, plus re-alignment of code blocks causes larger, less distinct
code diffs.
```nimrod
# This is bad, as the next time someone comes to edit this code block, they
# must re-align all the assignments again: