C/Cpp: clang-format specify ctor init list formatting
This commit is contained in:
parent
fd94cf1b57
commit
04d960af0b
|
@ -20,6 +20,10 @@ AlignTrailingComments: true
|
||||||
IndentWrappedFunctionNames: false
|
IndentWrappedFunctionNames: false
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
AllowShortFunctionsOnASingleLine: Inline
|
||||||
|
|
||||||
|
BreakConstructorInitializers: AfterColon
|
||||||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||||
|
AllowAllConstructorInitializersOnNextLine: false
|
||||||
|
|
||||||
SpacesBeforeTrailingComments: 2
|
SpacesBeforeTrailingComments: 2
|
||||||
FixNamespaceComments: true
|
FixNamespaceComments: true
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
|
|
Loading…
Reference in a new issue