Updated NEP 1 : Style Guide for Nimrod Code (markdown)
This commit is contained in:
parent
c53b5438e5
commit
0887943128
|
@ -36,6 +36,7 @@ Spacing and Whitespace Conventions
|
||||||
tedious, and not all editors have support for auto-alignment of code
|
tedious, and not all editors have support for auto-alignment of code
|
||||||
sections, plus re-alignment of code blocks causes larger, less distinct
|
sections, plus re-alignment of code blocks causes larger, less distinct
|
||||||
code diffs.
|
code diffs.
|
||||||
|
|
||||||
```nimrod
|
```nimrod
|
||||||
# This is bad, as the next time someone comes to edit this code block, they
|
# This is bad, as the next time someone comes to edit this code block, they
|
||||||
# must re-align all the assignments again:
|
# must re-align all the assignments again:
|
||||||
|
|
Loading…
Reference in New Issue