clang-format: enforce formatting of egl

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23398>
This commit is contained in:
Eric Engestrom
2023-06-01 13:51:41 +01:00
committed by Marge Bot
parent e85983d772
commit 98ed583a6d
2 changed files with 2 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ src/**/asahi/**/*
src/**/panfrost/**/* src/**/panfrost/**/*
src/amd/vulkan/**/* src/amd/vulkan/**/*
src/amd/compiler/**/* src/amd/compiler/**/*
src/egl/**/*

View File

@@ -1182,6 +1182,7 @@
- .clang-format-include - .clang-format-include
- .clang-format-ignore - .clang-format-ignore
- src/**/.clang-format - src/**/.clang-format
- src/egl/**/*
- src/**/asahi/**/* - src/**/asahi/**/*
- src/**/panfrost/**/* - src/**/panfrost/**/*
- src/amd/vulkan/**/* - src/amd/vulkan/**/*