summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-06-09 18:39:33 +0100
committerGitHub <noreply@github.com>2018-06-09 18:39:33 +0100
commitae342f84de7d7b6101f766e3b3d08671a9f98d0e (patch)
tree5e38f6027b2ad7e70020d55b4b9b2b61f8bbed37
parente00e7fec541220fcdd5c21c5a563a9bffe670b32 (diff)
downloadNim-ae342f84de7d7b6101f766e3b3d08671a9f98d0e.tar.gz
Revert "[RFC] NEP-1.1. Relax 80 chars requirement."
-rw-r--r--doc/nep1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nep1.rst b/doc/nep1.rst
index b302dc2a7..c4d445681 100644
--- a/doc/nep1.rst
+++ b/doc/nep1.rst
@@ -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