mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-18 04:27:27 -08:00
Signed-off-by: Florian Schmaus <flo@geekplace.eu> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/12868 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
19 lines
666 B
XML
19 lines
666 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>horea.christ@gmail.com</email>
|
|
<name>Horea Christian</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
YAPF is based off of 'clang-format', developed by Daniel Jasper.
|
|
In essence, the algorithm takes the code and reformats it to the best
|
|
formatting that conforms to the style guide, even if the original code
|
|
didn't violate the style guide.
|
|
</longdescription>
|
|
</pkgmetadata>
|