diff --git a/.clang-format b/.clang-format index cf9fa7365..0b171d76e 100644 --- a/.clang-format +++ b/.clang-format @@ -32,7 +32,7 @@ PenaltyBreakBeforeFirstCallParameter: 0 PenaltyReturnTypeOnItsOwnLine: 1000 PointerAlignment: Left ReflowComments: false -SortIncludes: false +SortIncludes: Never SpaceAfterCStyleCast: false SpacesBeforeTrailingComments: 1 SpacesInAngles: false diff --git a/third-party/.clang-format b/third-party/.clang-format index e871ed18b..a5121ff07 100644 --- a/third-party/.clang-format +++ b/third-party/.clang-format @@ -1,3 +1,3 @@ --- DisableFormat: true -SortIncludes: false +SortIncludes: Never