diff --git a/NEP 1 : Style Guide for Nim Code.md b/NEP-1-:-Style-Guide-for-Nim-Code.md similarity index 99% rename from NEP 1 : Style Guide for Nim Code.md rename to NEP-1-:-Style-Guide-for-Nim-Code.md index 9b61410..f87654c 100644 --- a/NEP 1 : Style Guide for Nim Code.md +++ b/NEP-1-:-Style-Guide-for-Nim-Code.md @@ -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