Revert "[RFC] NEP-1.1. Relax 80 chars requirement."

This commit is contained in:
Dominik Picheta
2018-06-09 18:39:33 +01:00
committed by GitHub
parent e00e7fec54
commit ae342f84de

View File

@@ -32,8 +32,8 @@ Style Guidelines
Spacing and Whitespace Conventions
-----------------------------------
- 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
- Lines should 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