Browse Source

!7477 change back clang-format

Merge pull request !7477 from hangq/master-back
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
25dd36059b
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: ''
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
...


Loading…
Cancel
Save