<div dir="ltr">Hello there,<br><br>I'm seeing newlines without carriage returns when using the clang-format plugin for Visual Studio. The issue seems to be that clang-format is not escaping newline characters when run with -output-replacements-xml, so the .NET XML stuff ends up collapsing \r\n down to \n. I've attached a patch that I've tested and appears to address the problem.<br>
<br>- James<br></div>