[PATCH] D66384: [clang-format] Fix a bug that joins template closer and =
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 18 10:51:22 PDT 2019
owenpan added a comment.
In D66384#1634405 <https://reviews.llvm.org/D66384#1634405>, @Quuxplusone wrote:
> although I would still question whether `Style.SpaceBeforeAssignmentOperators` is providing anyone any benefit at all.
See here <https://reviews.llvm.org/rGd94bff3721dcbefe9576305026f73264e3321196> for the patch. I don't know why the option was added but think it's probably outdated and should be deprecated.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66384/new/
https://reviews.llvm.org/D66384
More information about the cfe-commits
mailing list