From: Faith Ekstrand Date: Sat, 29 Jul 2023 16:37:48 +0000 (-0500) Subject: nir: Add a .clang-format file X-Git-Tag: upstream/23.3.3~3401 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fb63f369cde3c1d6d56b3e1f86f237b4b360489;p=platform%2Fupstream%2Fmesa.git nir: Add a .clang-format file Part-of: --- diff --git a/src/compiler/nir/.clang-format b/src/compiler/nir/.clang-format new file mode 100644 index 0000000..c32cf21 --- /dev/null +++ b/src/compiler/nir/.clang-format @@ -0,0 +1,5 @@ +BasedOnStyle: InheritParentConfig + +ColumnLimit: 0 +Cpp11BracedListStyle: false +SpaceBeforeParens: ControlStatementsExceptControlMacros