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:
Greg Kroah-Hartman 2024-10-01 16:43:37 +02:00
parent 99fcc8f5ed
commit 544028d677

View File

@ -14,7 +14,7 @@ tab_width = 8
[*.{c,h}]
indent_style = tab
max_line_length = 80
max_line_length = 120
[*.yml]
indent_style = space