[PATCH] D102706: [clang-format] Add new LambdaBodyIndentation option
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 21 09:12:21 PDT 2021
MyDeveloperDay added a comment.
Could you clang-format the tests please so I can more easily read them.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:2790
+**LambdaBodyIndentation** (``LambdaBodyIndentationKind``)
+ What is the lambda body indented relative to (default is ``Signature``).
----------------
Did you generate this by hand or using the clang/doc/tools/dump_style.py?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102706/new/
https://reviews.llvm.org/D102706
More information about the cfe-commits
mailing list