Skip to content

Commit b5c7d9d

Browse files
committed
CODING_CONVENTIONS.md: update maximum line length
1 parent 80c6cd2 commit b5c7d9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CODING_CONVENTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* Please obey the Linux coding style as described in
2020
https://www.kernel.org/doc/Documentation/process/coding-style.rst with the
2121
following modifications and additions:
22-
* Line length: aim for no more than 80 characters per line, the absolute
23-
maximum should be 100 characters per line.
22+
* Line length: aim for no more than 100 characters per line, the absolute
23+
maximum should be 120 characters per line.
2424
* All line endings shall be set to LF (`\n`). (How to handle line endings in
2525
Git: https://help.github.com/articles/dealing-with-line-endings)
2626
* There must be no trailing whitespace in any line.

0 commit comments

Comments
 (0)