editorconfig: increase max line length to 100

That's what the kernel uses.
This commit is contained in:
Simon Ser 2023-02-16 19:56:31 +01:00
parent 2045e7d070
commit fb8ede8f89

View file

@ -7,4 +7,4 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 8
max_line_length = 80
max_line_length = 100