From 46233802ab9427741079101eb96089c0bc573607 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 10 Oct 2022 10:26:46 +0200 Subject: [PATCH] .editorconfig: simplify python rule --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ca2efb8..5ea76fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_style = tab indent_size = 4 trim_trailing_whitespace = true -[*.{py}] +[*.py] indent_style = space [*.{yml,yaml}]