clang-format: disable sorting of includes

Sorting the included headers regularly leads to build failures. Especially when PCH is enabled the PreCompiled.h must be the very first include
This commit is contained in:
wmayer
2023-09-23 19:17:33 +02:00
parent 5a81fcd7a5
commit b65ae56f1f

View File

@@ -50,6 +50,7 @@ ObjCSpaceBeforeProtocolList: true
PackConstructorInitializers: Never
PointerAlignment: Left
ReflowComments: true
SortIncludes: Never
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: false