Disable include sorting, since they are sensitive to order

This commit is contained in:
Imbus 2024-06-12 16:07:35 +02:00
parent 70100280d4
commit bb232a9f09

View file

@ -186,7 +186,7 @@ RequiresExpressionIndentation: OuterScope
SeparateDefinitionBlocks: Leave
ShortNamespaceLines: 1
SkipMacroDefinitionBody: false
SortIncludes: CaseSensitive
SortIncludes: false
SortJavaStaticImport: Before
SortUsingDeclarations: LexicographicNumeric
SpaceAfterCStyleCast: false