From 6f38f7337b9d2760abb101e67443a11c2f44c691 Mon Sep 17 00:00:00 2001 From: leha-bot Date: Sat, 15 Sep 2018 01:22:49 +0300 Subject: [PATCH] clang-format: Explicitly set SortIncludes to false To avoid the default behaviour. --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index bc1a4a051..3c72c483b 100644 --- a/.clang-format +++ b/.clang-format @@ -31,6 +31,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 2 NamespaceIndentation: None PointerAlignment: Right +SortIncludes: false SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements