]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
line ending stuff
authorThat-Canadian <poole.chris.11@gmail.com>
Mon, 10 Jul 2017 04:30:40 +0000 (00:30 -0400)
committerThat-Canadian <poole.chris.11@gmail.com>
Mon, 10 Jul 2017 04:30:40 +0000 (00:30 -0400)
lib/lufa/LUFA/StudioIntegration/HV1/lufa_hv1_transform.xslt
lib/lufa/LUFA/StudioIntegration/VSIX/extension.vsixmanifest

index e7e230166dc5c9f65f2e7547f7f155e2b78d1852..e7b57ab6415620c8c763e1d3564107c948841b0e 100644 (file)
@@ -1,45 +1,45 @@
-<!--\r
-             LUFA Library\r
-     Copyright (C) Dean Camera, 2017.\r
-\r
-  dean [at] fourwalledcubicle [dot] com\r
-           www.lufa-lib.org\r
--->\r
-\r
-<!-- Docbook XML to Microsoft Help Viewer 1.0 transform file -->\r
-\r
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">\r
-\r
-       <xsl:import href="../Docbook/mshelp/docbook.xsl"/>\r
-\r
-       <xsl:output method="xml" indent="no"/>\r
-\r
-       <xsl:template match="emphasis[@role = 'keyword' or @role = 'keywordtype' or @role = 'keywordflow']">\r
-               <span class="hl-keyword" style="color: #0079C1">\r
-                       <xsl:apply-templates/>\r
-               </span>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'stringliteral' or @role = 'charliteral']">\r
-               <span class="hl-string" style="color: #800000">\r
-                       <xsl:apply-templates/>\r
-               </span>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'comment']">\r
-               <em class="hl-comment" style="color: #008000">\r
-                       <xsl:apply-templates/>\r
-               </em>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'preprocessor']">\r
-               <span class="hl-preprocessor" style="color: #A000A0">\r
-                       <xsl:apply-templates/>\r
-               </span>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'normal' and ancestor::programlisting]">\r
-               <xsl:apply-templates />\r
-       </xsl:template>\r
-\r
-</xsl:stylesheet>\r
+<!--
+             LUFA Library
+     Copyright (C) Dean Camera, 2017.
+
+  dean [at] fourwalledcubicle [dot] com
+           www.lufa-lib.org
+-->
+
+<!-- Docbook XML to Microsoft Help Viewer 1.0 transform file -->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+       <xsl:import href="../Docbook/mshelp/docbook.xsl"/>
+
+       <xsl:output method="xml" indent="no"/>
+
+       <xsl:template match="emphasis[@role = 'keyword' or @role = 'keywordtype' or @role = 'keywordflow']">
+               <span class="hl-keyword" style="color: #0079C1">
+                       <xsl:apply-templates/>
+               </span>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'stringliteral' or @role = 'charliteral']">
+               <span class="hl-string" style="color: #800000">
+                       <xsl:apply-templates/>
+               </span>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'comment']">
+               <em class="hl-comment" style="color: #008000">
+                       <xsl:apply-templates/>
+               </em>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'preprocessor']">
+               <span class="hl-preprocessor" style="color: #A000A0">
+                       <xsl:apply-templates/>
+               </span>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'normal' and ancestor::programlisting]">
+               <xsl:apply-templates />
+       </xsl:template>
+
+</xsl:stylesheet>
index f155618b739c0656105e09be20778c5fd8cab01a..a1901cb56759b805ca1ac8f50ebb23e9ce1f2749 100644 (file)
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-\r
-<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">\r
-       <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">\r
-               <Name>LUFA Library</Name>\r
-               <Author>Dean Camera</Author>\r
-               <Version>0</Version>\r
-               <MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>\r
-               <Description xml:space="preserve">LUFA, the Lightweight USB Framework for AVRs.</Description>\r
-\r
-               <License>License.txt</License>\r
-               <Icon>LUFA_thumb.png</Icon>\r
-               <PreviewImage>LUFA.png</PreviewImage>\r
-\r
-               <SupportedProducts>\r
-                       <IsolatedShell Version="7.0">AtmelStudio</IsolatedShell>\r
-               </SupportedProducts>\r
-\r
-               <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>\r
-               <Locale>1033</Locale>\r
-\r
-               <AllUsers>false</AllUsers>\r
-       </Identifier>\r
-\r
-       <References/>\r
-\r
-       <Content>\r
-               <VsPackage>LUFA.pkgdef</VsPackage>\r
-               <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension>\r
-               <CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>\r
-       </Content>\r
-</Vsix>\r
+<?xml version="1.0" encoding="utf-8"?>
+
+<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
+       <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
+               <Name>LUFA Library</Name>
+               <Author>Dean Camera</Author>
+               <Version>0</Version>
+               <MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
+               <Description xml:space="preserve">LUFA, the Lightweight USB Framework for AVRs.</Description>
+
+               <License>License.txt</License>
+               <Icon>LUFA_thumb.png</Icon>
+               <PreviewImage>LUFA.png</PreviewImage>
+
+               <SupportedProducts>
+                       <IsolatedShell Version="7.0">AtmelStudio</IsolatedShell>
+               </SupportedProducts>
+
+               <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
+               <Locale>1033</Locale>
+
+               <AllUsers>false</AllUsers>
+       </Identifier>
+
+       <References/>
+
+       <Content>
+               <VsPackage>LUFA.pkgdef</VsPackage>
+               <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension>
+               <CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>
+       </Content>
+</Vsix>