From 2e2d1bd3b6c7776b77c33b94f30ead89367a71e6 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 1 Jul 2025 17:07:04 +0100 Subject: add nihil.std --- .clang-format | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.clang-format') 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 -- cgit v1.2.3