Some clearer formatting rules for breaking list initializers
This commit is contained in:
parent
168f49d0b2
commit
d04ebdcad6
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ TabWidth: 4 # Tab width is also 4 spaces
|
||||||
UseTab: Never # Always use spaces instead of tabs
|
UseTab: Never # Always use spaces instead of tabs
|
||||||
ColumnLimit: 80 # Wrap lines after 80 characters
|
ColumnLimit: 80 # Wrap lines after 80 characters
|
||||||
AllowShortLoopsOnASingleLine: true
|
AllowShortLoopsOnASingleLine: true
|
||||||
|
AlwaysBreakTemplateDeclarations: true
|
||||||
|
BreakConstructorInitializers: BeforeComma
|
||||||
|
|
Loading…
Reference in a new issue