Browse Source

!548 Fix clang-format pointer-align

Merge pull request !548 from ZhouFeng/clang-format-pointer-align
tags/v0.2.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
40e7b14592
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .clang-format

+ 1
- 1
.clang-format View File

@@ -52,7 +52,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
DerivePointerAlignment: true
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true


Loading…
Cancel
Save