Closed
Description
Description
a closing tags after a minified tag don't get an indentation.
how to reproduce:
- copy paste this into the editor:
<test><example><one/></example></test>
- specify the type of file as XML
- right click on the editor and choose the
Format document
option
Obtained results:
<test>
<example>
<one/>
</example>
</test>
Expected results:
<test>
<example>
<one/>
</example>
</test>
re-preforming step 3 gives me the expected result.
Formatter Implementation
"xmlTools.xmlFormatterImplementation": "v2"
XML Tools Version
2.2.0
VS Code Version
1.23.1
Operating System
Windows 10