change back clang-format

This commit is contained in:
hangq 2020-10-19 20:28:44 +08:00
parent ca36c7494a
commit b7aea7b12c
1 changed files with 1 additions and 1 deletions

View File

@ -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
...