clang-format: break after template declarations
This commit is contained in:
parent
bd072e1025
commit
382f374031
|
@ -18,6 +18,9 @@ AccessModifierOffset: -4
|
||||||
BreakBeforeBinaryOperators: All
|
BreakBeforeBinaryOperators: All
|
||||||
BreakBeforeTernaryOperators: true
|
BreakBeforeTernaryOperators: true
|
||||||
|
|
||||||
|
# Template declarations should be on their own lines
|
||||||
|
AlwaysBreakTemplateDeclarations: Yes
|
||||||
|
|
||||||
# Aesthetic
|
# Aesthetic
|
||||||
AlignOperands: AlignAfterOperator
|
AlignOperands: AlignAfterOperator
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue