From c6518a47094f8dd075b169ca1fedbd7ed06644ec Mon Sep 17 00:00:00 2001 From: badaix Date: Thu, 29 Dec 2022 19:06:54 +0100 Subject: [PATCH] Change LambdaBodyIndentation to OuterScope --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 65e1d71d..444d36a8 100644 --- a/.clang-format +++ b/.clang-format @@ -7,6 +7,7 @@ AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' AlwaysBreakTemplateDeclarations: 'true' BreakBeforeBraces: Allman +LambdaBodyIndentation: OuterScope ColumnLimit: '160' IndentCaseLabels: 'true' IndentWidth: '4'