From 4a6abbc9c1e7d2864e164ffe36397bda1097db18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Fri, 30 Aug 2024 16:46:07 +0200 Subject: [PATCH] r300: opt in to clang-format CI enforcement for the compiler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Ondračka Acked-by: Filip Gawin Part-of: --- .clang-format-include | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format-include b/.clang-format-include index 9d49d8aba2d..797627b13d5 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -2,6 +2,7 @@ # enforcement in the CI. src/gallium/drivers/i915 +src/gallium/drivers/r300/compiler/* src/gallium/targets/teflon/**/* src/amd/vulkan/**/* src/amd/compiler/**/*