From 3aab5e7e20132d739f44fc6c73899e440d95a6f0 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sun, 26 Feb 2023 06:38:04 +0100 Subject: [PATCH] update .editorconfig - set `max_line_length = 88` for .py --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index fe9b4a61d1..28e2100bab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,7 @@ trim_trailing_whitespace = true # Python [*.py] indent_size = 4 +max_line_length = 88 # css [*.css]