Skip to content

Commit

Permalink
CODING_CONVENTIONS.md: update maximum line length
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jan 19, 2021
1 parent 80c6cd2 commit b5c7d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODING_CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* Please obey the Linux coding style as described in
https://www.kernel.org/doc/Documentation/process/coding-style.rst with the
following modifications and additions:
* Line length: aim for no more than 80 characters per line, the absolute
maximum should be 100 characters per line.
* Line length: aim for no more than 100 characters per line, the absolute
maximum should be 120 characters per line.
* All line endings shall be set to LF (`\n`). (How to handle line endings in
Git: https://help.github.com/articles/dealing-with-line-endings)
* There must be no trailing whitespace in any line.
Expand Down

0 comments on commit b5c7d9d

Please sign in to comment.