diff options
| author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2023-11-06 12:14:54 +0100 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2023-11-29 13:01:08 +0000 |
| commit | ba2bbe21b4d06b41c65ab6ca3bc52ce913148974 (patch) | |
| tree | 1adf420f47d47c7f03fe251f96942025be2463f4 /.clang-format-include | |
| parent | 112093f9e2d97c082f13af30bab2113f7cd47bcb (diff) | |
ci: opt-out panfrost from clang-format
In 0e481bf4632 ("ci: Opt out asahi from clang-format"), Alyssa
recommended other drivers to follow suit. Since Panfrost originates from
Alyssa, and I doubt any other of the developers particularly cares too
much about this, let's follow her recommendation.
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26062>
Diffstat (limited to '.clang-format-include')
| -rw-r--r-- | .clang-format-include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format-include b/.clang-format-include index 3ca303188db..be36b4ffb33 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -1,7 +1,6 @@ # The following files are opted into `ninja clang-format` and # enforcement in the CI. -src/**/panfrost/**/* src/gallium/drivers/i915 src/amd/vulkan/**/* src/amd/compiler/**/* |