[PATCH] D102706: [clang-format] Add new LambdaBodyIndentation option
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 24 12:19:43 PDT 2021
HazardyKnusperkeks added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:2520
+ /// readability to have the signature indented two levels and to use
+ /// ``OuterScope``. The KJ style guide requires ``OuterScope`.
+ /// `KJ style guide
----------------
Here is a ` missing, I'll fix it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102706/new/
https://reviews.llvm.org/D102706
More information about the cfe-commits
mailing list