Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
editorconfig: add max_line_length for Python files (#13228)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans authored Jul 8, 2022
1 parent 757bc0c commit 739adf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ root = true
[*.py]
indent_style = space
indent_size = 4
max_line_length = 88
1 change: 1 addition & 0 deletions changelog.d/13228.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `max_line_length` setting for Python files to the `.editorconfig`. Contributed by @sumnerevans @ Beeper.

0 comments on commit 739adf1

Please sign in to comment.