From 89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 May 2021 15:32:33 -0400 Subject: Update editorconfig to apply to any Python file --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c2d35dd..a3bff5f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ insert_final_newline = true indent_style = space indent_size = 2 -[wscript] +[*.py] indent_style = space indent_size = 4 -- cgit v1.2.1