https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e92ab76d0d60314c49207b...
commit e92ab76d0d60314c49207be3930f9e6b9f92aea6 Author: Victor Perevertkin victor.perevertkin@reactos.org AuthorDate: Fri Dec 27 19:47:07 2019 +0300 Commit: Victor Perevertkin victor@perevertkin.ru CommitDate: Sat Dec 28 01:23:49 2019 +0200
[REACTOS] Exclude some modules from clang-format --- drivers/network/tcpip/.clang-format | 4 ++++ sdk/lib/3rdparty/.clang-format | 4 ++++ 2 files changed, 8 insertions(+)
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 +...