summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-05-31 07:15:37 +0200
committerMarge Bot <emma+marge@anholt.net>2022-06-01 09:08:13 +0000
commit7a088d3583db84fd73256bc3ff6c1660800812bf (patch)
tree177a96200db70c4d0e5824f1d6b64b6e468c1ac7 /.editorconfig
parent8901df12ab0379ec30bc5ce12cf049ff11ceb3de (diff)
editorconfig: remove scons-ism
Fixes: 6e6cd7d93cc ("scons: Remove.") Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16786>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
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