clang-format: format operators more aesthetically

This commit is contained in:
Bruno BELANYI 2021-08-21 00:31:40 +02:00
parent 44bb20e390
commit c23500607f
1 changed files with 7 additions and 0 deletions

View File

@ -13,4 +13,11 @@ AllowShortFunctionsOnASingleLine: Empty
# Make them level
AccessModifierOffset: -4
# It makes more sense this way
BreakBeforeBinaryOperators: All
BreakBeforeTernaryOperators: true
# Aesthetic
AlignOperands: AlignAfterOperator
---