[PATCH] D11837: Add Qt brace style configuration option.
Daniel Jasper via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 10 00:44:32 PDT 2015
djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
Looks good. Do you have commit access?
================
Comment at: include/clang/Format/Format.h:180
@@ +179,3 @@
+ BS_GNU,
+ /// Like ``Attach``, but break before braces on functions, and classes.
+ BS_Qt
----------------
Remove the second comma (and regenerate the docs)
http://reviews.llvm.org/D11837
More information about the cfe-commits
mailing list