diff --git a/.clang-format b/.clang-format index 13efcc2dff5a7cd8f5ba5b3ac8839aec31aa6627..fe2521d284405273adb62cbe40d76091659fb601 100644 --- a/.clang-format +++ b/.clang-format @@ -9,15 +9,18 @@ BasedOnStyle: GNU AlignAfterOpenBracket: Align AlignArrayOfStructures: Left -AlignConsecutiveAssignments: Consecutive -AlignConsecutiveDeclarations: Consecutive -AlignConsecutiveMacros: Consecutive +AlignConsecutiveAssignments: AcrossComments +AlignConsecutiveDeclarations: AcrossComments +AlignConsecutiveBitFields: AcrossComments +AlignConsecutiveMacros: AcrossComments AlignEscapedNewlines: Left AllowAllParametersOfDeclarationOnNextLine: false AlwaysBreakAfterReturnType: AllDefinitions BinPackParameters: false +BreakBeforeBinaryOperators: None BreakBeforeBraces: GNU +BreakBeforeTernaryOperators: false IndentWidth: 2 PointerAlignment: Right UseTab: Never