From 4e4b124fa99ee1f96fe6111bbaf95171c09cc082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Fri, 30 Aug 2024 15:50:10 +0200 Subject: [PATCH] r300: add .clang-format file 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: --- src/gallium/drivers/r300/compiler/.clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/gallium/drivers/r300/compiler/.clang-format diff --git a/src/gallium/drivers/r300/compiler/.clang-format b/src/gallium/drivers/r300/compiler/.clang-format new file mode 100644 index 00000000000..287723e6efb --- /dev/null +++ b/src/gallium/drivers/r300/compiler/.clang-format @@ -0,0 +1,6 @@ + +BasedOnStyle: InheritParentConfig + +AllowShortCaseLabelsOnASingleLine: True + +DisableFormat: false