Updated NEP 1 : Style Guide for Nimrod Code (markdown)
This commit is contained in:
parent
0887943128
commit
8bff8fb405
|
@ -38,7 +38,8 @@ Spacing and Whitespace Conventions
|
||||||
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:
|
||||||
type
|
type
|
||||||
WordBool* = int16
|
WordBool* = int16
|
||||||
|
|
Loading…
Reference in New Issue