clang-format: Explicitly set SortIncludes to false

To avoid the default behaviour.
This commit is contained in:
leha-bot 2018-09-15 01:22:49 +03:00 committed by Alex
parent e797a7bcb4
commit 6f38f7337b
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
PointerAlignment: Right
SortIncludes: false
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements