diff --git a/.clang-format b/.clang-format index b34befa..eddf6db 100644 --- a/.clang-format +++ b/.clang-format @@ -62,7 +62,7 @@ PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Left ReflowComments: true -SortIncludes: true +SortIncludes: false SpaceAfterCStyleCast: true SpaceBeforeAssignmentOperators: true SpaceBeforeParens: Never