mirror of https://github.com/procxx/kepka.git
clang-format: Explicitly set SortIncludes to false
To avoid the default behaviour.
This commit is contained in:
parent
e797a7bcb4
commit
6f38f7337b
|
@ -31,6 +31,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false
|
|||
MaxEmptyLinesToKeep: 2
|
||||
NamespaceIndentation: None
|
||||
PointerAlignment: Right
|
||||
SortIncludes: false
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeAssignmentOperators: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
|
|
Loading…
Reference in New Issue