Skip to content

Commit

Permalink
Set max line length to 100 to match ruff setting
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw authored Mar 9, 2024
1 parent 8010638 commit e4338ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
max_line_length = 100

[*.{yml,yaml}]
indent_style = space
Expand Down

0 comments on commit e4338ab

Please sign in to comment.