If there are Git trailers at the end of the commit message, e.g.:
My commit message
Here's my long commit message, hello! Here's my long commit message, hello! Here's my long commit message, hello! Here's my long commit message, hello!
trailer1: foo
somethingElse: bar
"Wrap Paragraph at Ruler" (context menu on commit message) results in:
My commit message
Here's my long commit message, hello! Here's my long commit message,
hello! Here's my long commit message, hello! Here's my long commit
message, hello!
trailer1: foo somethingElse: bar
I think the formatting should respect the existing trailers and not format them.