File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This plugin is meant to help you respecting the Linux kernel coding style,
4
4
described at: https://www.kernel.org/doc/Documentation/process/coding-style.rst
5
+ HTML rendering: https://www.kernel.org/doc/html/latest/process/coding-style.html
5
6
6
7
It will automatically apply known rules to kernel related files, such as .c,
7
8
.h, Kconfig and patch files. The main rules are about indentation and syntax
8
- error highlighting (like exceeding 80 chars).
9
+ error highlighting (like exceeding 100 chars).
9
10
10
11
The original plugin was written by Vivien Didelot, developed in this
11
- [ Github repository] ( https://github.com/vivien/vim-linux-coding-style ) and availble
12
- at [ vim.org] ( www.vim.org ) , script ID
13
- [ 4369] ( http ://www.vim.org/scripts/script.php?script_id=4369) , but those
12
+ [ Github repository] ( https://github.com/vivien/vim-linux-coding-style ) and
13
+ available at [ vim.org] ( https:// www.vim.org) , script ID
14
+ [ 4369] ( https ://www.vim.org/scripts/script.php?script_id=4369) , but those
14
15
locations are now out-of-date.
15
16
16
17
The current development location for this repo can be found in this
17
- [ Github repository] ( https://github.com/gregkh/vim-linux -coding-style ) .
18
+ [ Github repository] ( https://github.com/gregkh/kernel -coding-style ) .
18
19
19
20
## Installation
20
21
You can’t perform that action at this time.
0 commit comments