From 2bc31ef058ea10ab54e3bab2ffdfb6e614eac554 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 11 Sep 2023 12:29:48 +0200 Subject: [PATCH] panfrost: delete stale editorconfig file We no longer use 8-space indent in panfrost, so let's remove the needless .editorconfig, and instead inherit the 3-space indent from the toplevel .editorconfig. Fixes: 0afd691f296 ("panfrost: clang-format the tree") Part-of: (cherry picked from commit 210f1e14d5a1f3c9cb6979c42452b72c65488cf2) --- .pick_status.json | 2 +- src/gallium/drivers/panfrost/.editorconfig | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 src/gallium/drivers/panfrost/.editorconfig diff --git a/.pick_status.json b/.pick_status.json index 2be9681988b..14652be560a 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3304,7 +3304,7 @@ "description": "panfrost: delete stale editorconfig file", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "0afd691f29683f6e9dde60f79eca094373521806", "notes": null diff --git a/src/gallium/drivers/panfrost/.editorconfig b/src/gallium/drivers/panfrost/.editorconfig deleted file mode 100644 index 40cd1044ada..00000000000 --- a/src/gallium/drivers/panfrost/.editorconfig +++ /dev/null @@ -1,3 +0,0 @@ -[*.{c,h,cpp,hpp,cc,hh}] -indent_style = space -indent_size = 8