mirror of https://github.com/xemu-project/xemu.git
.clang-format: Set SortIncludes to Never
This commit is contained in:
parent
0308baa4b0
commit
2c08c76b09
|
@ -82,7 +82,7 @@ MaxEmptyLinesToKeep: 2
|
|||
#PenaltyReturnTypeOnItsOwnLine: 60
|
||||
PointerAlignment: Right
|
||||
ReflowComments: true
|
||||
SortIncludes: true
|
||||
SortIncludes: Never
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeAssignmentOperators: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
|
|
Loading…
Reference in New Issue