diff --git a/.clang-format b/.clang-format index b183aa9..19c58aa 100644 --- a/.clang-format +++ b/.clang-format @@ -13,4 +13,11 @@ AllowShortFunctionsOnASingleLine: Empty # Make them level AccessModifierOffset: -4 + +# It makes more sense this way +BreakBeforeBinaryOperators: All +BreakBeforeTernaryOperators: true + +# Aesthetic +AlignOperands: AlignAfterOperator ---