Skip to content

Commit

Permalink
.editorconfig: Set max_line_length to 88 for Python files.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkvertex authored and jaraco committed Sep 4, 2021
1 parent 719a7ce commit a76a548
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 @@ -9,6 +9,7 @@ end_of_line = lf

[*.py]
indent_style = space
max_line_length = 88

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

0 comments on commit a76a548

Please sign in to comment.