Merge pull request #8000 from yglukhov/nep1.1

[RFC] NEP-1.1. Relax 80 chars requirement.
This commit is contained in:
Andreas Rumpf
2018-06-09 09:26:16 +02:00
committed by GitHub

View File

@@ -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