mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
editorconfig: add max_line_length for Python files (#13228)
See the documentation for the property here: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
757bc0caef
commit
739adf1551
@ -7,3 +7,4 @@ root = true
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
max_line_length = 88
|
||||
|
1
changelog.d/13228.misc
Normal file
1
changelog.d/13228.misc
Normal file
@ -0,0 +1 @@
|
||||
Add `max_line_length` setting for Python files to the `.editorconfig`. Contributed by @sumnerevans @ Beeper.
|
Loading…
Reference in New Issue
Block a user