mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +01:00
python/.editorconfig: note max_line_length
This commit is contained in:
parent
857b9b4a09
commit
f7b8a40b28
@ -4,3 +4,6 @@ root = false
|
|||||||
# https://peps.python.org/pep-0008/#indentation
|
# https://peps.python.org/pep-0008/#indentation
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
#max_line_length = 79
|
||||||
|
# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length
|
||||||
|
max_line_length = 88
|
||||||
|
Loading…
Reference in New Issue
Block a user