[PATCH] D103204: [clang-format] New BreakInheritanceList style AfterComma
Zhihao Yuan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 27 17:34:38 PDT 2021
lichray added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:1839
+ /// \endcode
+ BILS_AfterComma
};
----------------
HazardyKnusperkeks wrote:
> Maybe add a comma, so that the next addition will not need to modify this line?
Sure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103204/new/
https://reviews.llvm.org/D103204
More information about the cfe-commits
mailing list