From f662875afb19dacc4c9c430eddda0eb7cafeeecb Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 12 Sep 2024 20:58:03 +0100 Subject: [PATCH] Format short lambdas inline --- roles/home-cli/files/clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 2075b68..3254376 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -28,7 +28,7 @@ AllowShortCaseLabelsOnASingleLine: false AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never -AllowShortLambdasOnASingleLine: None +AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false