diff --git a/.clang-format b/.clang-format index 18d3a686e3..aa0bf08667 100644 --- a/.clang-format +++ b/.clang-format @@ -81,3 +81,6 @@ AllowShortLambdasOnASingleLine: Empty # We do not want clang-format to put all arguments on a new line AllowAllArgumentsOnNextLine: false + +# Indent lambdas to the start of the line, not to the start of the lambda +LambdaBodyIndentation: OuterScope