Skip to content

Commit

Permalink
Set max line length in .editorconfig to 100 (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Sep 5, 2023
1 parent b02c792 commit 2ffa3f5
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 2ffa3f5

Please sign in to comment.