diff --git a/.clang-format b/.clang-format index be4867f..a093fa6 100644 --- a/.clang-format +++ b/.clang-format @@ -38,4 +38,7 @@ AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: true # Add empty line between function definitions -SeparateDefinitionBlocks: Always \ No newline at end of file +SeparateDefinitionBlocks: Always + +# Place binary operators at the beginning of the line +BreakBeforeBinaryOperators: All \ No newline at end of file