From 79c0056ff0dc2325a2970e3745ca32d3b584ecad Mon Sep 17 00:00:00 2001 From: Midgard Date: Sat, 29 Feb 2020 21:56:32 +0100 Subject: [PATCH] Fix incorrect selector in editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7a5daa9..893c1a0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ end_of_line = lf insert_final_newline = true indent_style = tab -[*.py,*.py.*] +[*.{py,py.*}] indent_style = space indent_size = 4