nir: Add a .clang-format file
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Sat, 29 Jul 2023 16:37:48 +0000 (11:37 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sat, 12 Aug 2023 19:27:28 +0000 (19:27 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24382>

src/compiler/nir/.clang-format [new file with mode: 0644]

diff --git a/src/compiler/nir/.clang-format b/src/compiler/nir/.clang-format
new file mode 100644 (file)
index 0000000..c32cf21
--- /dev/null
@@ -0,0 +1,5 @@
+BasedOnStyle: InheritParentConfig
+
+ColumnLimit: 0
+Cpp11BracedListStyle: false
+SpaceBeforeParens: ControlStatementsExceptControlMacros