From b7aea7b12c05e11b9e9d73f6e560879d8f516239 Mon Sep 17 00:00:00 2001 From: hangq Date: Mon, 19 Oct 2020 20:28:44 +0800 Subject: [PATCH] change back clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8a3020fcced..fb2799bc4e9 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 ...