blob: 0573de7bb112172384824fb52885720e5321b024 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mit.mis@gmail.com</email>
<name>Michal Andrzejczak</name>
</maintainer>
<longdescription lang="en">
CSharpier is an opinionated code formatter for C#. It parses the
source, discards the original formatting and prints the code back out
to a consistent style, in the manner of Prettier.
</longdescription>
<upstream>
<bugs-to>https://github.com/belav/csharpier/issues</bugs-to>
<doc>https://csharpier.com/docs/About</doc>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|