Indent of close tag for multiple line content is wrong. The XML file for example as shown below. ```xml <a> <b> foo bar </b> </a> ``` Format the XML file with this plugin. ```xml <a> <b> foo bar </b> </a> ``` Is this correct behavior?
Indent of close tag for multiple line content is wrong.
The XML file for example as shown below.
Format the XML file with this plugin.
Is this correct behavior?