diff options
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index f07bad67..4363a7e4 100644 --- a/.clang-format +++ b/.clang-format @@ -58,7 +58,7 @@ BraceWrapping: # AfterExternBlock: false # BeforeCatch: false # BeforeElse: false - BeforeLambdaBody: true +# BeforeLambdaBody: false # Blows up lambdas vertically, even if they become _very_ readable # BeforeWhile: false # IndentBraces: false SplitEmptyFunction: false |