[PATCH] D73335: clang-format: [JS] options for arrow functions.
Martin Probst via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 24 07:55:20 PST 2020
mprobst added a comment.
> If that's the case, consider adding the option to the style in a follow-up patch:
>
> GoogleStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All;
>
>
> that would have an advantage of making clear which test case diffs are result of the implementation and which are result of the style flip.
Done!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73335/new/
https://reviews.llvm.org/D73335
More information about the cfe-commits
mailing list