Skip to content

Commit

Permalink
change back clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hangangqiang committed Oct 19, 2020
1 parent ca36c74 commit b7aea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ RawStringFormats:
CanonicalDelimiter: ''
BasedOnStyle: google
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
Expand All @@ -147,5 +146,6 @@ StatementMacros:
- QT_REQUIRE_VERSION
TabWidth: 2
UseTab: Never
SortIncludes: false
...

0 comments on commit b7aea7b

Please sign in to comment.