[PATCH] D42787: clang-format: do not add extra indent when wrapping last parameter

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 07:15:58 PST 2018


djasper added a comment.

But you *do* want extra indentation in the case of:

  function(aaaaa, 
           bbbbb +
           cccccc);

I understand you argument, but I don't agree at the moment. As is (without getting more feedback from others that clang-format is behaving unexpected here), I do not want to move forward with this change.


Repository:
  rC Clang

https://reviews.llvm.org/D42787





More information about the cfe-commits mailing list