From 3ac00f9db3a52bd81a81d45349933fc343a3861e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 2 Jun 2023 19:24:17 +0100 Subject: [PATCH] clang-format: add explanation for anyone reading .clang-format-include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Engestrom Reviewed-by: Daniel Schürmann Part-of: --- .clang-format-include | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format-include b/.clang-format-include index 91691b2..90dbff0 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/**/* -- 2.7.4