fix clang-format, pointer and referance should be always right-align

This commit is contained in:
zhoufeng 2020-04-21 19:48:06 +08:00
parent 6b0ff88b1c
commit 1d40115afd
1 changed files with 1 additions and 1 deletions

View File

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