diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index fd4c552..d064fba 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -36,6 +36,7 @@ Spacing and Whitespace Conventions tedious, and not all editors have support for auto-alignment of code sections, plus re-alignment of code blocks causes larger, less distinct code diffs. + ```nimrod # This is bad, as the next time someone comes to edit this code block, they # must re-align all the assignments again: