Updated NEP 1 : Style Guide for Nimrod Code (markdown)
This commit is contained in:
parent
666e4f36c5
commit
c53b5438e5
|
@ -29,6 +29,8 @@ Spacing and Whitespace Conventions
|
||||||
code is more consistant across editors. Unlike spaces, tabstop width varies
|
code is more consistant across editors. Unlike spaces, tabstop width varies
|
||||||
across editors, and not all editors provide means of changing this width.
|
across editors, and not all editors provide means of changing this width.
|
||||||
|
|
||||||
|
---------
|
||||||
|
|
||||||
- Use of extra whitespace for alignment in ways other than dictated by the
|
- Use of extra whitespace for alignment in ways other than dictated by the
|
||||||
style guide is discouraged. Manual alignment and re-alignment of code is
|
style guide is discouraged. Manual alignment and re-alignment of code is
|
||||||
tedious, and not all editors have support for auto-alignment of code
|
tedious, and not all editors have support for auto-alignment of code
|
||||||
|
|
Loading…
Reference in New Issue