From 7a088d3583db84fd73256bc3ff6c1660800812bf Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 31 May 2022 07:15:37 +0200 Subject: [PATCH] editorconfig: remove scons-ism Fixes: 6e6cd7d93cc ("scons: Remove.") Reviewed-by: Emma Anholt Part-of: --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a9c55b7b234..4a3c7a3ae36 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ max_line_length = 78 [{Makefile*,*.mk}] indent_style = tab -[{*.py,SCons*}] +[*.py] indent_style = space indent_size = 4