From c3ad01e3b2c7fc9dfe334bbf6689cc03a3b7f27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 4 Jan 2020 10:43:45 +0100 Subject: [PATCH] [REACTOS] Exclude some wine modules from clang-format --- dll/directx/wine/.clang-format | 4 ++++ modules/rostests/winetests/.clang-format | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 dll/directx/wine/.clang-format create mode 100644 modules/rostests/winetests/.clang-format diff --git a/dll/directx/wine/.clang-format b/dll/directx/wine/.clang-format new file mode 100644 index 00000000000..ef2ae21fafa --- /dev/null +++ b/dll/directx/wine/.clang-format @@ -0,0 +1,4 @@ +--- +DisableFormat: true +SortIncludes: false +... diff --git a/modules/rostests/winetests/.clang-format b/modules/rostests/winetests/.clang-format new file mode 100644 index 00000000000..ef2ae21fafa --- /dev/null +++ b/modules/rostests/winetests/.clang-format @@ -0,0 +1,4 @@ +--- +DisableFormat: true +SortIncludes: false +...