mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
editorconfig: increase max line length to 100
That's what the kernel uses.
This commit is contained in:
parent
2045e7d070
commit
fb8ede8f89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue