[clang-format] Do NOT sort include directives

This commit is contained in:
William Robinet 2023-08-14 11:22:18 +02:00
parent 00a631a28d
commit ec44fa4493
No known key found for this signature in database
GPG key ID: 003FA3DF74C7A949

View file

@ -147,7 +147,7 @@ RawStringFormats:
CanonicalDelimiter: '' CanonicalDelimiter: ''
BasedOnStyle: google BasedOnStyle: google
ReflowComments: true ReflowComments: true
SortIncludes: true SortIncludes: false
SortUsingDeclarations: true SortUsingDeclarations: true
SpaceAfterCStyleCast: false SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false SpaceAfterLogicalNot: false