clang_format: Don't sort #includes

It breaks Windows build
This commit is contained in:
Alex 2018-09-12 09:12:01 +03:00
parent d405a2a60a
commit e797a7bcb4
1 changed files with 0 additions and 1 deletions

View File

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