editorconfig: remove scons-ism

Fixes: 6e6cd7d93c ("scons: Remove.")
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16786>
This commit is contained in:
Erik Faye-Lund 2022-05-31 07:15:37 +02:00 committed by Marge Bot
parent 8901df12ab
commit 7a088d3583
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ max_line_length = 78
[{Makefile*,*.mk}]
indent_style = tab
[{*.py,SCons*}]
[*.py]
indent_style = space
indent_size = 4