From e810d01b0ec8a689111a639e5769b757ce1c9037 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Tue, 15 Nov 2022 12:49:11 +0100 Subject: [PATCH] =?UTF-8?q?Unset=20je=20lep=C5=A1=C3=AD=20varianta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e99349e1..c86d7658 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true [*.py] indent_style = tab # I do not think we prescribe, how big a tab is. -indent_size = tab +indent_size = unset # Migrations are auto-generated and thus follow PEP-8, let's not fight with that [*/migrations/*.py]