Skip to content

Commit

Permalink
Match editorconfig max line length with ruff config
Browse files Browse the repository at this point in the history
Signed-off-by: Bas Zoetekouw <[email protected]>
  • Loading branch information
baszoetekouw committed Mar 9, 2024
1 parent b1e9f5d commit 63d0be0
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 63d0be0

Please sign in to comment.