mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-14 14:33:44 +08:00
editorconfig: make the line length 120
We all have things larger than 80 columns these days. If this gets too out of hand, we can reduce it later. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
99fcc8f5ed
commit
544028d677
@ -14,7 +14,7 @@ tab_width = 8
|
||||
|
||||
[*.{c,h}]
|
||||
indent_style = tab
|
||||
max_line_length = 80
|
||||
max_line_length = 120
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
|
Loading…
Reference in New Issue
Block a user