diff --git a/.editorconfig b/.editorconfig index 304ff775..705552cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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]