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 993c1b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ insert_final_newline = true
[ci/*.sh]
indent_style = space
indent_size = 2

[src/*.md]
max_line_length = 100

0 comments on commit 993c1b8

Please sign in to comment.