[PATCH] D6920: [clang-format] Add SpaceBeforeBrackets
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 12 12:19:51 PST 2019
MyDeveloperDay added a comment.
I realize this is an old diff, and you and I have just spoke about it on twitter https://twitter.com/NIV_Anteru/status/1193792307386081281?s=20 would you consider rebasing as the /brief style isn't used any more
It would help the approval process if you could highlight a public project with a style guide that uses this style.
I think this is a simple enough addition to consider by getting it upto date will help
================
Comment at: include/clang/Format/Format.h:415
+ bool SpaceBeforeSquareBrackets;
+
/// \brief Supported language standards.
----------------
when you rebase you'll see examples of /codeblocks with before and after I think that would really help
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D6920/new/
https://reviews.llvm.org/D6920
More information about the cfe-commits
mailing list