Set max line length in `.editorconfig` to 100 (#1788)

This commit is contained in:
Jakub Beránek 2023-09-05 16:24:59 +02:00 committed by GitHub
parent 7463a803be
commit c81bddf34e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ root = true
[src/*]
end_of_line = lf
insert_final_newline = true
max_line_length = 100
[ci/*.sh]
indent_style = space