Formatting option for short if statements on a single line
This commit is contained in:
parent
8745c22268
commit
66b499bc06
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ ColumnLimit: 80 # Wrap lines after 80 characters
|
||||||
AllowShortLoopsOnASingleLine: true
|
AllowShortLoopsOnASingleLine: true
|
||||||
AlwaysBreakTemplateDeclarations: true
|
AlwaysBreakTemplateDeclarations: true
|
||||||
BreakConstructorInitializers: BeforeComma
|
BreakConstructorInitializers: BeforeComma
|
||||||
|
AllowShortIfStatementsOnASingleLine: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue