From 98ed583a6d794937e32a312e84f4907bbca9bdd9 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Jun 2023 13:51:41 +0100 Subject: [PATCH] clang-format: enforce formatting of egl Signed-off-by: Eric Engestrom Reviewed-by: Adam Jackson Part-of: --- .clang-format-include | 1 + .gitlab-ci/test-source-dep.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.clang-format-include b/.clang-format-include index 7cf71351a76..e8b0e948365 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -5,3 +5,4 @@ src/**/asahi/**/* src/**/panfrost/**/* src/amd/vulkan/**/* src/amd/compiler/**/* +src/egl/**/* diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index a5b4a6a2d63..44511ccaaeb 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -1182,6 +1182,7 @@ - .clang-format-include - .clang-format-ignore - src/**/.clang-format + - src/egl/**/* - src/**/asahi/**/* - src/**/panfrost/**/* - src/amd/vulkan/**/*