From e797a7bcb44773cb2ed943d3919da48388edd9ec Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 12 Sep 2018 09:12:01 +0300 Subject: [PATCH] clang_format: Don't sort #includes It breaks Windows build --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index a5fc00726..bc1a4a051 100644 --- a/.clang-format +++ b/.clang-format @@ -31,7 +31,6 @@ KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 2 NamespaceIndentation: None PointerAlignment: Right -SortIncludes: true SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements