C/Cpp: clang-format specify ctor init list formatting

This commit is contained in:
Jannik Beyerstedt 2021-11-12 13:32:35 +01:00
parent fd94cf1b57
commit 04d960af0b
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ AlignTrailingComments: true
IndentWrappedFunctionNames: false
AllowShortFunctionsOnASingleLine: Inline
BreakConstructorInitializers: AfterColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowAllConstructorInitializersOnNextLine: false
SpacesBeforeTrailingComments: 2
FixNamespaceComments: true
ReflowComments: false