1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: shaped with love by more people

This commit is contained in:
Kevin Amado 2022-02-19 11:16:54 -05:00
parent 4148aa1631
commit d7e9fddd40

View file

@ -16,11 +16,18 @@ pub fn parse(args: Vec<String>) -> clap::ArgMatches {
)
.term_width(80)
.after_help(indoc::indoc!(
// Let's just use the same sorting as on GitHub
//
// There are some non-code contributors,
// I'm sorting those subjectively
//
// Feel free to add here your contact/blog/links if you want
"
Shaped with love by:
- Kevin Amado ~ @kamadorueda on GitHub, matrix.org and Gmail.
- Thomas Bereknyei ~ @tomberek on GitHub and matrix.org.
- David Arnold ~ @blaggacao on GitHub and matrix.org.
- Vincent Ambo ~ @tazjin on GitHub.
- Mr Hedgehog ~ @ModdedGamers on GitHub.
"
))