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
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
|
||||
BreakConstructorInitializers: AfterColon
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
AllowAllConstructorInitializersOnNextLine: false
|
||||
|
||||
SpacesBeforeTrailingComments: 2
|
||||
FixNamespaceComments: true
|
||||
ReflowComments: false
|
||||
|
|
Loading…
Reference in a new issue