From d176442ba9066ad749db651451e75f7c1f96e09b Mon Sep 17 00:00:00 2001 From: DuckVador Date: Sat, 25 Jul 2020 20:59:13 +0800 Subject: [PATCH] Let clang-format no longer break Windows compilation --- .clang-format | 2 +- makespec/BUILDVERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 28c9f4b1..8d68d0e9 100644 --- a/.clang-format +++ b/.clang-format @@ -35,7 +35,7 @@ Language: Cpp MaxEmptyLinesToKeep: 1 NamespaceIndentation: All ReflowComments: true -SortIncludes: true +SortIncludes: false SortUsingDeclarations: true SpaceAfterCStyleCast: true SpaceAfterTemplateKeyword: false diff --git a/makespec/BUILDVERSION b/makespec/BUILDVERSION index 62f0b842..7bcb2fcf 100644 --- a/makespec/BUILDVERSION +++ b/makespec/BUILDVERSION @@ -1 +1 @@ -5809 +5810