Updated NEP 1 : Style Guide for Nim Code (markdown)
This commit is contained in:
parent
a4381bf06b
commit
ed80a560e9
|
@ -162,6 +162,7 @@ changed in the future.
|
||||||
```nimrod
|
```nimrod
|
||||||
proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
|
proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
|
||||||
argFour: proc(), argFive: bool): int
|
argFour: proc(), argFive: bool): int
|
||||||
|
{.heyLookALongPragma.} =
|
||||||
```
|
```
|
||||||
|
|
||||||
- Multi-line procedure calls should either have one argument per line (like
|
- Multi-line procedure calls should either have one argument per line (like
|
Loading…
Reference in New Issue