diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-06-09 09:26:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-09 09:26:16 +0200 |
commit | d4543500ee3be17f8c1738f271f2fe9fc23162c9 (patch) | |
tree | 1fc37a056363177ec7285cad9566a30421c5ef65 /doc/nep1.rst | |
parent | d323ee81e4179899a392811fc252d8f997f7d875 (diff) | |
parent | 1531738974a714037fc493306066bca8c6f4a723 (diff) | |
download | Nim-d4543500ee3be17f8c1738f271f2fe9fc23162c9.tar.gz |
Merge pull request #8000 from yglukhov/nep1.1
[RFC] NEP-1.1. Relax 80 chars requirement.
Diffstat (limited to 'doc/nep1.rst')
-rw-r--r-- | doc/nep1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nep1.rst b/doc/nep1.rst index c4d445681..b302dc2a7 100644 --- a/doc/nep1.rst +++ b/doc/nep1.rst @@ -32,8 +32,8 @@ Style Guidelines Spacing and Whitespace Conventions ----------------------------------- -- Lines should be no longer than 80 characters. Limiting the amount of - information present on each line makes for more readable code - the reader +- Lines should preferably be no longer than 80 characters. Limiting the amount + of information present on each line makes for more readable code - the reader has smaller chunks to process. - Two spaces should be used for indentation of blocks; tabstops are not allowed |