added more scaffolding
This commit is contained in:
parent
12cf5de1a8
commit
1e6db5078d
5 changed files with 85 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
||||
AlwaysBreakTemplateDeclarations: 'No'
|
||||
BreakBeforeBraces: Attach
|
||||
BreakConstructorInitializers: BeforeComma # this is important
|
||||
ColumnLimit: '100'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||
IncludeBlocks: Regroup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue