Skip to content

Commit

Permalink
editorconfig: add max_line_length for Python files (matrix-org#13228)
Browse files Browse the repository at this point in the history
See the documentation for the property here:
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length

Signed-off-by: Sumner Evans <[email protected]>
  • 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.