feat: improve indentation of About.xml
This commit is contained in:
parent
84bb67f0ec
commit
78eaa087a7
2 changed files with 35 additions and 33 deletions
3
.vscode/about.xml.xslt
vendored
3
.vscode/about.xml.xslt
vendored
|
@ -1,5 +1,6 @@
|
|||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="xml" indent="yes"/>
|
||||
<xsl:output method="xml" encoding="utf-8" indent="yes"/>
|
||||
<xsl:strip-space elements="*"/>
|
||||
|
||||
<!-- Match ModMetaData and its descendants, modify modVersion element -->
|
||||
<xsl:template match="/Project/PropertyGroup/ModMetaData|ModMetaData/@*[not(name()='Id')]|ModMetaData//node()">
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<supportedVersions>
|
||||
<li>1.4</li>
|
||||
</supportedVersions>
|
||||
<!-- Gets automatically populated with VersionPrefix (see above) -->
|
||||
<modVersion IgnoreIfNoMatchingField="True">0.1.0.0</modVersion>
|
||||
<url/>
|
||||
<modDependencies/>
|
||||
|
@ -30,4 +31,4 @@
|
|||
<forceLoadBefore/>
|
||||
<incompatibleWith/>
|
||||
<incompatibleWithByVersion/>
|
||||
</ModMetaData>
|
||||
</ModMetaData>
|
||||
|
|
Loading…
Reference in a new issue