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 b02c792794
commit 2ffa3f51d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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