From 545095be7048c8f396764cfde7017a00e912346d Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Wed, 27 Mar 2019 23:13:43 +0100 Subject: [PATCH] Updated clang-format --- .clang-format | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index 6e940d3..a0516fe 100644 --- a/.clang-format +++ b/.clang-format @@ -5,7 +5,6 @@ AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: false AlignEscapedNewlines: Right AlignOperands: false -AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false @@ -16,13 +15,12 @@ AlwaysBreakAfterReturnType: AllDefinitions AlwaysBreakBeforeMultilineStrings: true BinPackArguments: false BinPackParameters: false -BreakBeforeBinaryOperators: None +BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Linux BreakBeforeTernaryOperators: true BreakStringLiterals: true ColumnLimit: 80 ContinuationIndentWidth: 4 -IncludeBlocks: Preserve IndentCaseLabels: false IndentPPDirectives: AfterHash IndentWidth: 4