diff --git a/.clang-format b/.clang-format index 6d8c8f0b034..08fa2d1925c 100644 --- a/.clang-format +++ b/.clang-format @@ -84,7 +84,7 @@ NamespaceIndentation: None PenaltyBreakString: 10000 PointerAlignment: Right ReflowComments: 'false' -SortIncludes: 'false' +SortIncludes: 'true' SpaceAfterCStyleCast: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: Never