Skip to content

Commit 5c21f99

Browse files
README: Update line-length error to 100 chars
Today I was reminded again that the current line length limit isn't 80 chars, but 100 chars, so I wanted to submit a PR to fix that in the original repo, only to find someone else already did (PR 25). And that's when I found this repo. While the rule was updated, the README wasn't, so do that now. Note that the current upstream 'Linux kernel coding style' does NOT mention the 100 char limit, but only mentions the preferred max length of 80. Signed-off-by: Diederik de Haas <[email protected]> Link: vivien#25 Link: https://git.kernel.org/linus/bdc48fa11e46f867ea4d75fa59ee87a7f48be144
1 parent 8cd1764 commit 5c21f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ described at: https://www.kernel.org/doc/Documentation/process/coding-style.rst
55

66
It will automatically apply known rules to kernel related files, such as .c,
77
.h, Kconfig and patch files. The main rules are about indentation and syntax
8-
error highlighting (like exceeding 80 chars).
8+
error highlighting (like exceeding 100 chars).
99

1010
The original plugin was written by Vivien Didelot, developed in this
1111
[Github repository](https://github.com/vivien/vim-linux-coding-style) and availble

0 commit comments

Comments
 (0)