From 155a8a5215ee98051fb28a138d21009d59d25ce4 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Tue, 3 Dec 2019 22:21:05 +0100 Subject: [PATCH] .clang-format - do *not* sort include files It is C++, not Java, the order of includes is often important. --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 1ad93ead80a..725e4c67e02 100644 --- a/.clang-format +++ b/.clang-format @@ -90,7 +90,6 @@ PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right ReflowComments: true -SortIncludes: true SortUsingDeclarations: true SpaceAfterCStyleCast: true SpaceAfterLogicalNot: false