With version 1.2.0, multiline comment in an XML type file are now formatted in a single line. This was not the case before. Is there a new option where we can control that?
Input:
<!-- This is the first line comment-->
<!-- This is the second line of my comment-->
Output:
<!-- This is the first line comment--><!-- This is the second line of my comment-->
Expected behavior:
<!-- This is the first line comment-->
<!-- This is the second line of my comment-->