Skip to content

Format is wrong with multiple line content #600

@Tacha-S

Description

@Tacha-S

Indent of close tag for multiple line content is wrong.

The XML file for example as shown below.

<a>
  <b>
    foo
    bar
  </b>
</a>

Format the XML file with this plugin.

<a>
  <b>
    foo
    bar
</b>
</a>

Is this correct behavior?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions