mirror of https://github.com/procxx/kepka.git
clang_format: Don't sort #includes
It breaks Windows build
This commit is contained in:
parent
d405a2a60a
commit
e797a7bcb4
|
@ -31,7 +31,6 @@ KeepEmptyLinesAtTheStartOfBlocks: false
|
|||
MaxEmptyLinesToKeep: 2
|
||||
NamespaceIndentation: None
|
||||
PointerAlignment: Right
|
||||
SortIncludes: true
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeAssignmentOperators: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
|
|
Loading…
Reference in New Issue