.editorconfig: note black max line length

This commit is contained in:
Aminda Suomalainen 2023-05-18 10:26:23 +03:00
parent f29605cbcc
commit 5c9d51386c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ max_line_length = 80
[*.py]
indent_style = space
indent_size = 4
max_line_length = 79
#max_line_length = 79
# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length
max_line_length = 88
# Ruby
#[*.rb]