diff --git a/Maximum-line-length.md b/Maximum-line-length.md index 5c4fb6f..bfa4deb 100644 --- a/Maximum-line-length.md +++ b/Maximum-line-length.md @@ -1,4 +1,4 @@ -# Maximum line length +# The maximum line length should not exceed 80 characters One line of code should have no more than **80 characters** (soft limit) and must never exceed **120 characters** (hard limit).