From c1e0cdd8b5edb55c2f5532b7a9abfb341c6345ce Mon Sep 17 00:00:00 2001 From: cadenji Date: Wed, 6 Apr 2022 15:00:24 +0800 Subject: [PATCH] Exclude 3rdparty/ from root clang-format config We should avoid controlling thirdparty code. --- engine/3rdparty/.clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 engine/3rdparty/.clang-format diff --git a/engine/3rdparty/.clang-format b/engine/3rdparty/.clang-format new file mode 100644 index 000000000..fd79e706d --- /dev/null +++ b/engine/3rdparty/.clang-format @@ -0,0 +1,3 @@ +# Disable formatting for any code under 3rdparty/ +DisableFormat: true +SortIncludes: false