From 36427c0966faa7aecd586b397ed9b845f18172f5 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Mon, 30 Jun 2025 09:10:16 +0100 Subject: more refactoring; add stat() --- .clang-format | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 390acb9..ff932d0 100644 --- a/.clang-format +++ b/.clang-format @@ -13,6 +13,7 @@ ReflowComments: Always SeparateDefinitionBlocks: Leave AllowShortFunctionsOnASingleLine: None +AllowShortLambdasOnASingleLine: Inline BreakConstructorInitializers: BeforeComma ConstructorInitializerIndentWidth: 8 @@ -21,6 +22,14 @@ BreakAfterReturnType: Automatic PenaltyReturnTypeOnItsOwnLine: 0 BreakTemplateDeclarations: Yes +ForEachMacros: + - GIVEN + - AND_GIVEN + - THEN + - AND_THEN + - WHEN + - AND_WHEN + BracedInitializerIndentWidth: 8 BreakBeforeBraces: Custom BraceWrapping: -- cgit v1.2.3