Clang format alignment
This commit is contained in:
parent
28485acc8f
commit
eb0800c742
1 changed files with 7 additions and 0 deletions
|
@ -6,3 +6,10 @@ ColumnLimit: 80 # Wrap lines after 80 characters
|
|||
AllowShortLoopsOnASingleLine: true
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
AlignConsecutiveDeclarations:
|
||||
Enabled: true
|
||||
AcrossEmptyLines: false
|
||||
AcrossComments: false
|
||||
AlignCompound: false
|
||||
AlignFunctionPointers: false
|
||||
PadOperators: false
|
||||
|
|
Loading…
Add table
Reference in a new issue