diff options
| author | Eric Engestrom <eric@igalia.com> | 2023-06-02 19:24:17 +0100 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2023-06-16 19:59:52 +0000 |
| commit | 3ac00f9db3a52bd81a81d45349933fc343a3861e (patch) | |
| tree | bed6d1201ab30324ef80d80a411a188dccdaa28e /.clang-format-include | |
| parent | 5db031bf3ea3e37983f3ab17f2b550e1949d95a9 (diff) | |
clang-format: add explanation for anyone reading .clang-format-include
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23253>
Diffstat (limited to '.clang-format-include')
| -rw-r--r-- | .clang-format-include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format-include b/.clang-format-include index 91691b22d24..90dbff0684d 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -1,2 +1,5 @@ +# The following files are opted into `ninja clang-format` and +# enforcement in the CI. + src/**/asahi/**/* src/**/panfrost/**/* |