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

This commit is contained in:
Varriount 2015-01-22 11:08:34 -05:00
parent a4381bf06b
commit ed80a560e9
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ changed in the future.
```nimrod
proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
argFour: proc(), argFive: bool): int
{.heyLookALongPragma.} =
```
- Multi-line procedure calls should either have one argument per line (like