diff --git a/.clang-format b/.clang-format index 8a3020fcce..fb2799bc4e 100644 --- a/.clang-format +++ b/.clang-format @@ -124,7 +124,6 @@ RawStringFormats: CanonicalDelimiter: '' BasedOnStyle: google ReflowComments: true -SortIncludes: true SortUsingDeclarations: true SpaceAfterCStyleCast: false SpaceAfterTemplateKeyword: true @@ -147,5 +146,6 @@ StatementMacros: - QT_REQUIRE_VERSION TabWidth: 2 UseTab: Never +SortIncludes: false ...