dev-haskell/shakespeare-js: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:10:53 +0000 (23:10 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:22:27 +0000 (12:22 +0100)
dev-haskell/shakespeare-js/metadata.xml

index 290bdaf07ede98cd453ee58e792e510efba1f472..7e754854eb91fd7a2c9183d3e7a004b4c16aa957 100644 (file)
@@ -2,22 +2,22 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer type="project">
-        <email>haskell@gentoo.org</email>
-        <name>Gentoo Haskell</name>
+               <email>haskell@gentoo.org</email>
+               <name>Gentoo Haskell</name>
        </maintainer>
        <longdescription>
                Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.
                In this case, the variable type needs a ToJavascript instance.
-               
+
                There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance.
-               
+
                Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples
-               
+
                shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package.
        </longdescription>
        <use>
                <flag name="test_coffee">Test coffee.</flag>
                <flag name="test_export">Test export.</flag>
                <flag name="test_roy">Test roy.</flag>
-        </use>
+       </use>
 </pkgmetadata>