Skip to content

Commit

Permalink
Set max line length in .editorconfig to 100
Browse files Browse the repository at this point in the history
It is enforced by CI, but it wasn't set in the config.
  • Loading branch information
Kobzol committed Sep 4, 2023
1 parent b02c792 commit 925e6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ root = true
[src/*]
end_of_line = lf
insert_final_newline = true
max_line_length = 100

[ci/*.sh]
indent_style = space
Expand Down

0 comments on commit 925e6fa

Please sign in to comment.