https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c3ad01e3b2c7fc9dfe334b...
commit c3ad01e3b2c7fc9dfe334bbf6689cc03a3b7f27c Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Sat Jan 4 10:43:45 2020 +0100 Commit: Jérôme Gardou zefklop@users.noreply.github.com CommitDate: Wed Feb 26 18:19:18 2020 +0100
[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(+)
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 +...