Mesa (main): editorconfig: remove scons-ism

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 1 09:09:44 UTC 2022


Module: Mesa
Branch: main
Commit: 7a088d3583db84fd73256bc3ff6c1660800812bf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a088d3583db84fd73256bc3ff6c1660800812bf

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue May 31 07:15:37 2022 +0200

editorconfig: remove scons-ism

Fixes: 6e6cd7d93cc ("scons: Remove.")
Reviewed-by: Emma Anholt <emma at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16786>

---

 .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
 



More information about the mesa-commit mailing list