Environment
- win8.1 x64
- vscode: 1.35.1
- redhat.vscode-xml: 0.7.0
Steps to reproduce
- write empty body element and add attribute, like
<A B=""/>
- enter the end of element
Expected result
same indentation to element like here(_ is cursor)
Actual result
one indentation is added like here(_ is cursor)
Additionally, without attribute, this is not reproduced, and formatting with Shift+Alt+f, indentation will be adjusted.
Environment
Steps to reproduce
<A B=""/>Expected result
same indentation to element like here(
_is cursor)Actual result
one indentation is added like here(
_is cursor)Additionally, without attribute, this is not reproduced, and formatting with
Shift+Alt+f, indentation will be adjusted.