From e92ab76d0d60314c49207be3930f9e6b9f92aea6 Mon Sep 17 00:00:00 2001 From: Victor Perevertkin Date: Fri, 27 Dec 2019 19:47:07 +0300 Subject: [PATCH] [REACTOS] Exclude some modules from clang-format --- drivers/network/tcpip/.clang-format | 4 ++++ sdk/lib/3rdparty/.clang-format | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 drivers/network/tcpip/.clang-format create mode 100644 sdk/lib/3rdparty/.clang-format diff --git a/drivers/network/tcpip/.clang-format b/drivers/network/tcpip/.clang-format new file mode 100644 index 00000000000..ef2ae21fafa --- /dev/null +++ b/drivers/network/tcpip/.clang-format @@ -0,0 +1,4 @@ +--- +DisableFormat: true +SortIncludes: false +... diff --git a/sdk/lib/3rdparty/.clang-format b/sdk/lib/3rdparty/.clang-format new file mode 100644 index 00000000000..ef2ae21fafa --- /dev/null +++ b/sdk/lib/3rdparty/.clang-format @@ -0,0 +1,4 @@ +--- +DisableFormat: true +SortIncludes: false +...