From bb1769ababcc107e792a34dea1ab89a88d0fd7b7 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sat, 18 Feb 2023 14:43:01 +0100 Subject: [PATCH] remove non working .editorconfig entrys --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 87deaa4477..e447617b01 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,8 +12,7 @@ trim_trailing_whitespace = true # Python [*.py] -max_line_length = 88 -profile = black +indent_size = 4 # css [*.css]