feat: updated clang-format
This commit is contained in:
parent
9b27fbaabf
commit
c4dc10de90
|
@ -63,9 +63,9 @@ ColumnLimit: 0
|
||||||
# CommentPragmas: '^ IWYU pragma:'
|
# CommentPragmas: '^ IWYU pragma:'
|
||||||
# QualifierAlignment: Leave
|
# QualifierAlignment: Leave
|
||||||
# CompactNamespaces: false
|
# CompactNamespaces: false
|
||||||
ConstructorInitializerIndentWidth: 8
|
ConstructorInitializerIndentWidth: 4
|
||||||
ContinuationIndentWidth: 8
|
ContinuationIndentWidth: 8
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: true
|
||||||
# DeriveLineEnding: true
|
# DeriveLineEnding: true
|
||||||
# DerivePointerAlignment: false
|
# DerivePointerAlignment: false
|
||||||
# DisableFormat: false
|
# DisableFormat: false
|
||||||
|
@ -138,7 +138,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false
|
||||||
# SpaceBeforeCpp11BracedList: false
|
# SpaceBeforeCpp11BracedList: false
|
||||||
# SpaceBeforeCtorInitializerColon: true
|
# SpaceBeforeCtorInitializerColon: true
|
||||||
# SpaceBeforeInheritanceColon: true
|
# SpaceBeforeInheritanceColon: true
|
||||||
# SpaceBeforeParens: ControlStatements
|
SpaceBeforeParens: Never
|
||||||
# SpaceBeforeParensOptions:
|
# SpaceBeforeParensOptions:
|
||||||
# AfterControlStatements: true
|
# AfterControlStatements: true
|
||||||
# AfterForeachMacros: true
|
# AfterForeachMacros: true
|
||||||
|
|
Loading…
Reference in a new issue