We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c6cd2 commit b5c7d9dCopy full SHA for b5c7d9d
1 file changed
CODING_CONVENTIONS.md
@@ -19,8 +19,8 @@
19
* Please obey the Linux coding style as described in
20
https://www.kernel.org/doc/Documentation/process/coding-style.rst with the
21
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.
+ * Line length: aim for no more than 100 characters per line, the absolute
+ maximum should be 120 characters per line.
24
* All line endings shall be set to LF (`\n`). (How to handle line endings in
25
Git: https://help.github.com/articles/dealing-with-line-endings)
26
* There must be no trailing whitespace in any line.
0 commit comments