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'