aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-19 10:04:10 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-19 10:04:10 +0000
commit5fea1abd224af722952c152c7e8793f2809ff6f3 (patch)
tree03e85e45f3ce500781b24be8cbc035ee9e8d26ea /LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt
parent2709627970191a8df057380ac74b8df48ccfb3cd (diff)
downloadlufa-5fea1abd224af722952c152c7e8793f2809ff6f3.tar.gz
lufa-5fea1abd224af722952c152c7e8793f2809ff6f3.tar.bz2
lufa-5fea1abd224af722952c152c7e8793f2809ff6f3.zip
Switch extension inner archive to store compression mode and switch outer VSIX archive to maximum compression, to improve project generation speed within Atmel Studio.
Diffstat (limited to 'LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt')
-rw-r--r--LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt
index a05a82427..166f42571 100644
--- a/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt
+++ b/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt
@@ -6,7 +6,7 @@
www.lufa-lib.org
-->
-<!-- Atmel Studio framework Module XML transform file -->
+<!-- Atmel Studio framework XML transform file -->
<!-- Indents a given XML document to match the node hierarchy. -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -20,4 +20,4 @@
<xsl:template match="/">
<xsl:copy-of select="."/>
</xsl:template>
-</xsl:stylesheet> \ No newline at end of file
+</xsl:stylesheet>