Skip to content

Commit

Permalink
Specify max line length for Python file in .editorconfig to match Bla…
Browse files Browse the repository at this point in the history
…ck formatter rules (streamlit#5001)
  • Loading branch information
kajarenc authored Jul 21, 2022
1 parent 032286e commit bdf3f13
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 @@ -13,6 +13,7 @@ max_line_length = 79

[*.py]
indent_size = 4
max_line_length = 88

# The JSON files contain newlines inconsistently
[*.json]
Expand Down

0 comments on commit bdf3f13

Please sign in to comment.