[PATCH] D73354: clang-format: insert trailing commas into containers.
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 08:01:05 PDT 2020
MyDeveloperDay added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:563
+ };
+
+ TrailingCommaStyle InsertTrailingCommas;
----------------
I think we need to add some text in here to ensure it gets documented automatically in ClangFormatStyleOptions.rst rather than the by hand version done in {D73768} otherwise revisions like {D78982} will end up removing it..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73354/new/
https://reviews.llvm.org/D73354
More information about the cfe-commits
mailing list