mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/unified-font-object/ufoNormalizer/issues</bugs-to>
|
|
<maintainer>
|
|
<email>tal@typesupply.com</email>
|
|
<name>Tal Leming</name>
|
|
</maintainer>
|
|
<remote-id type="pypi">ufonormalizer</remote-id>
|
|
<remote-id type="github">unified-font-object/ufoNormalizer</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
Provides a standard formatting so that there are meaningful diffs in version control rather than formatting noise.
|
|
|
|
Examples of formatting applied by ufoNormalizer include:
|
|
|
|
Changing floating-point numbers to integers where it doesn't alter the value (e.g. x="95.0" becomes x="95" )
|
|
Rounding floating-point numbers to 10 digits
|
|
Formatting XML with tabs rather than spaces
|
|
</longdescription>
|
|
</pkgmetadata>
|