summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-05-31 07:15:37 +0200
committerDylan Baker <dylan.c.baker@intel.com>2022-06-01 14:10:29 -0700
commit10a59a392aaa37effc86a60e767517f32de39235 (patch)
tree7733acc8e6ea3b9270d72ac1c6967c4ed5386a67 /.editorconfig
parentf1dd0af4cd123fc91de6445c1a8bc07a369c9283 (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> (cherry picked from commit 7a088d3583db84fd73256bc3ff6c1660800812bf)
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