From f7b8a40b2834ca0beb45276cbdc77848ef189a89 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 May 2023 10:30:33 +0300 Subject: [PATCH] python/.editorconfig: note max_line_length --- python/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/.editorconfig b/python/.editorconfig index df12f8c..6a9a37c 100644 --- a/python/.editorconfig +++ b/python/.editorconfig @@ -4,3 +4,6 @@ root = false # https://peps.python.org/pep-0008/#indentation indent_style = space 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