diff options
| author | Eric Engestrom <eric@igalia.com> | 2023-06-01 13:51:41 +0100 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2023-07-07 23:00:06 +0000 |
| commit | 98ed583a6d794937e32a312e84f4907bbca9bdd9 (patch) | |
| tree | 19a52749ccf660fb9fdfa3014e72982e288b79bb /.clang-format-include | |
| parent | e85983d7726f8d2fe4e3014afc8dcc94f56809ac (diff) | |
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>
Diffstat (limited to '.clang-format-include')
| -rw-r--r-- | .clang-format-include | 1 |
1 files changed, 1 insertions, 0 deletions
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/**/* |