[PATCH] D30532: Add examples to clang-format configuration
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 3 01:57:54 PST 2017
sylvestre.ledru added a comment.
I see a lot of values in examples. If I started this review, it is because I was lost in all the options and could not find what I was looking for.
If you want, I can update the example to provide results with and without the option.
like
> With SpacesInCStyleCastParentheses: true:
> x = ( int32 )y
> With false:
> x = (int32)y
https://reviews.llvm.org/D30532
More information about the cfe-commits
mailing list