From cbba9d3f63520a9b5146b310ad88979e54f42e88 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 5 Nov 2018 13:24:29 +0100 Subject: [PATCH] Updated Maximum line length (markdown) --- Maximum-line-length.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maximum-line-length.md b/Maximum-line-length.md index 0841436..5c4fb6f 100644 --- a/Maximum-line-length.md +++ b/Maximum-line-length.md @@ -1,3 +1,5 @@ +# Maximum line length + One line of code should have no more than **80 characters** (soft limit) and must never exceed **120 characters** (hard limit). _Notice_: Travis-CI enforces the hard limit of 120 characters. Maintainers may ask you to indent lines longer than 80 characters before merging. This is generally done to keep the code as readable and maintainable as possible.