Browse Source

change back clang-format

tags/v1.1.0
hangq 5 years ago
parent
commit
b7aea7b12c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .clang-format

+ 1
- 1
.clang-format View File

@@ -124,7 +124,6 @@ RawStringFormats:
CanonicalDelimiter: '' CanonicalDelimiter: ''
BasedOnStyle: google BasedOnStyle: google
ReflowComments: true ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true SortUsingDeclarations: true
SpaceAfterCStyleCast: false SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true SpaceAfterTemplateKeyword: true
@@ -147,5 +146,6 @@ StatementMacros:
- QT_REQUIRE_VERSION - QT_REQUIRE_VERSION
TabWidth: 2 TabWidth: 2
UseTab: Never UseTab: Never
SortIncludes: false
... ...



Loading…
Cancel
Save