[PATCH] D29326: [clang-format] Fix reflow in block comment lines with leading whitespace.

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 31 06:35:14 PST 2017


djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.

I don't know. I could also make an argument that more than one space at the beginning of a line should just stop the reflow. E.g. I could see people writing paragraphs like this:

  /*
   * This is my long text. This is
   * paragraph one.
   *   If I add two or three spaces,
   * here, it's probably easy to see
   * that this is separate.
   */

That said, I am fine submitting this for now.


https://reviews.llvm.org/D29326





More information about the cfe-commits mailing list