From 6daa4288ac2f637184017bf0a7847e23b0dbabbb Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Sat, 23 Apr 2022 19:04:29 +0200 Subject: [PATCH] black: change editorconfig from tab to spaces --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d269bd86..c637974e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ insert_final_newline = true [*.py] charset = utf-8 -indent_style = tab +indent_style = space indent_size = 4 trim_trailing_whitespace = false