.clang-format - do *not* sort include files
It is C++, not Java, the order of includes is often important.
This commit is contained in:
parent
117c8146de
commit
155a8a5215
@ -90,7 +90,6 @@ PenaltyExcessCharacter: 1000000
|
||||
PenaltyReturnTypeOnItsOwnLine: 60
|
||||
PointerAlignment: Right
|
||||
ReflowComments: true
|
||||
SortIncludes: true
|
||||
SortUsingDeclarations: true
|
||||
SpaceAfterCStyleCast: true
|
||||
SpaceAfterLogicalNot: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user