Module: Mesa Branch: main Commit: 210f1e14d5a1f3c9cb6979c42452b72c65488cf2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=210f1e14d5a1f3c9cb6979c42452b72c65488cf2
Author: Erik Faye-Lund <[email protected]> Date: Mon Sep 11 12:29:48 2023 +0200 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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25147> --- src/gallium/drivers/panfrost/.editorconfig | 3 --- 1 file changed, 3 deletions(-) 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
