diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index ff932d0..b1f8727 100644 --- a/.clang-format +++ b/.clang-format @@ -23,6 +23,7 @@ PenaltyReturnTypeOnItsOwnLine: 0 BreakTemplateDeclarations: Yes ForEachMacros: + - SECTION - GIVEN - AND_GIVEN - THEN @@ -51,3 +52,13 @@ BraceWrapping: NamespaceIndentation: None FixNamespaceComments: true #WrapNamespaceBodyWithEmptyLines: Always + +AlignArrayOfStructures: Left +AlignConsecutiveBitFields: true +AlignConsecutiveDeclarations: Consecutive +AlignConsecutiveMacros: Consecutive +AlignConsecutiveShortCaseStatements: + Enabled: true +AlignEscapedNewlines: LeftWithLastLine +AlignOperands: AlignAfterOperator +BreakBeforeBinaryOperators: None |
