Skip to content

Multiline comments are now formatted in a single line in XML format #1747

@lpatrickvezina

Description

@lpatrickvezina

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-->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions