Disable include sorting, since they are sensitive to order
This commit is contained in:
parent
70100280d4
commit
bb232a9f09
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ RequiresExpressionIndentation: OuterScope
|
|||
SeparateDefinitionBlocks: Leave
|
||||
ShortNamespaceLines: 1
|
||||
SkipMacroDefinitionBody: false
|
||||
SortIncludes: CaseSensitive
|
||||
SortIncludes: false
|
||||
SortJavaStaticImport: Before
|
||||
SortUsingDeclarations: LexicographicNumeric
|
||||
SpaceAfterCStyleCast: false
|
||||
|
|
Loading…
Reference in a new issue