mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
.editorconfig: note black max line length
This commit is contained in:
parent
f29605cbcc
commit
5c9d51386c
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user