Let clang-format no longer break Windows compilation

This commit is contained in:
DuckVador 2020-07-25 20:59:13 +08:00
parent aaff3de0a7
commit d176442ba9
No known key found for this signature in database
GPG Key ID: 9B0DED785B37110E
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Language: Cpp
MaxEmptyLinesToKeep: 1
NamespaceIndentation: All
ReflowComments: true
SortIncludes: true
SortIncludes: false
SortUsingDeclarations: true
SpaceAfterCStyleCast: true
SpaceAfterTemplateKeyword: false

View File

@ -1 +1 @@
5809
5810