From a7213a1cd0fb8f8f62752aee6a2662341fc55274 Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Wed, 24 May 2023 23:56:35 +0800 Subject: [PATCH] opt: exclude winlib and thirdpart for clang format --- thirdparty/.clang-format | 4 ++++ winlibs/.clang-format | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 thirdparty/.clang-format create mode 100644 winlibs/.clang-format diff --git a/thirdparty/.clang-format b/thirdparty/.clang-format new file mode 100644 index 00000000..f54a540f --- /dev/null +++ b/thirdparty/.clang-format @@ -0,0 +1,4 @@ +--- +DisableFormat: true +SortIncludes: Never +... diff --git a/winlibs/.clang-format b/winlibs/.clang-format new file mode 100644 index 00000000..f54a540f --- /dev/null +++ b/winlibs/.clang-format @@ -0,0 +1,4 @@ +--- +DisableFormat: true +SortIncludes: Never +...