Mesa (staging/22.0): editorconfig: remove scons-ism

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


Module: Mesa
Branch: staging/22.0
Commit: d69836fcaf787fdd2549b939c7fbd4a4e257cea9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d69836fcaf787fdd2549b939c7fbd4a4e257cea9

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>
(cherry picked from commit 7a088d3583db84fd73256bc3ff6c1660800812bf)

---

 .editorconfig     | 2 +-
 .pick_status.json | 2 +-
 2 files changed, 2 insertions(+), 2 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
 
diff --git a/.pick_status.json b/.pick_status.json
index 566f5d25e6a..d0ba4284ac4 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -260,7 +260,7 @@
         "description": "editorconfig: remove scons-ism",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "because_sha": "6e6cd7d93cc54fc8c279377c2d552761f4457174"
     },
     {



More information about the mesa-commit mailing list