clang-format: format operators more aesthetically
This commit is contained in:
parent
44bb20e390
commit
c23500607f
|
@ -13,4 +13,11 @@ AllowShortFunctionsOnASingleLine: Empty
|
||||||
|
|
||||||
# Make them level
|
# Make them level
|
||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
|
|
||||||
|
# It makes more sense this way
|
||||||
|
BreakBeforeBinaryOperators: All
|
||||||
|
BreakBeforeTernaryOperators: true
|
||||||
|
|
||||||
|
# Aesthetic
|
||||||
|
AlignOperands: AlignAfterOperator
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue