We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every time I reformat a XSL file (with the Format As XML tool) new blank lines are automatically added to the file. See example:
Original file:
<xsl:template name="btn-export-excel-pdf"> <div class="row"> <div class="col-md button-wrapper text-center"> <a class="btn btn-outline-info" role="button" href="javascript:template.printToPdf()" target="_blank"> <i class="far fa-file-pdf"> </i> Export to PDF </a>   <a class="btn btn-outline-info" role="button" href="javascript:template.exportToExcel()" target="_blank"> <i class="far fa-file-excel"> </i> Export to EXCEL </a> </div> </div> </xsl:template>
First reformatting
"xmlTools.xmlFormatterImplementation": "v2",
2.2.0
1.24.0
Windows 10
The text was updated successfully, but these errors were encountered:
Add Failing Test
69a7a91
Issue: #193
Eliminate Extra Line Breaks
a99ba2e
This only solves half of the problem. Issue: #193
Prevent Endless Indentation
97afac0
No branches or pull requests
Description
Every time I reformat a XSL file (with the Format As XML tool) new blank lines are automatically added to the file. See example:
Original file:
First reformatting
Formatter Implementation
XML Tools Version
2.2.0
VS Code Version
1.24.0
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: