.clang-format: do not SortIncludes
This commit is contained in:
parent
f064eeaa40
commit
2857d749be
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ AlignConsecutiveBitFields:
|
|||
AlignConsecutiveDeclarations: None
|
||||
AlignEscapedNewlines: Right
|
||||
AlignOperands: Align
|
||||
SortIncludes: true
|
||||
SortIncludes: false
|
||||
InsertBraces: true # Control statements must have curly brackets
|
||||
AlignTrailingComments: true
|
||||
AllowAllArgumentsOnNextLine: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue