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