From 8119441cf60710a3405096bf44f805aa7cddccd8 Mon Sep 17 00:00:00 2001 From: Andrey Lisin Date: Mon, 1 Feb 2021 11:02:42 +0300 Subject: [PATCH] Set maximum line length for Python to 88 (cherry picked from commit 7d5c9fe1de949cbbbe493e9b9467f8798aff4693) IDEA-CR-70045 GitOrigin-RevId: 6342f967d141647015f56a79285c392e48e52cb0 --- python/.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/python/.editorconfig b/python/.editorconfig index e3c8d2b866a3..339a64bdac8e 100644 --- a/python/.editorconfig +++ b/python/.editorconfig @@ -1,3 +1,4 @@ [{*.py,*.pyw,*.pxd,*.pyx,*.pyi}] indent_size = 4 tab_width = 4 +max_line_length = 88 \ No newline at end of file