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: 0afd691f29 ("panfrost: clang-format the tree")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25147>
(cherry picked from commit 210f1e14d5)
This commit is contained in:
Erik Faye-Lund 2023-09-11 12:29:48 +02:00 committed by Dylan Baker
parent 62c008d231
commit 2bc31ef058
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -1,3 +0,0 @@
[*.{c,h,cpp,hpp,cc,hh}]
indent_style = space
indent_size = 8