From 5c9d51386c7af58c704c6a864c169862946c997f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 May 2023 10:26:23 +0300 Subject: [PATCH] .editorconfig: note black max line length --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]