Updated Maximum line length (markdown)

LogMANOriginal 2018-11-05 13:24:29 +01:00
parent 5372621305
commit cbba9d3f63

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