From 461da9509f95216ea89bfec3f270fbcd507543fa Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Tue, 22 Mar 2022 18:49:36 -0500 Subject: [PATCH] docs: thank people on the readme --- README.md | 34 ++++++++++++++++++++++++++++++++-- src/alejandra_cli/src/cli.rs | 2 ++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d21deff..7148bc5 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ We integrate with common code editors: - [Alejandra extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=kamadorueda.alejandra) - - [doom-emacs configuration](https://github.com/hlissner/doom-emacs): `(set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode))` + - [Doom-emacs configuration](https://github.com/hlissner/doom-emacs): `(set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode))` ## Getting started @@ -228,6 +228,8 @@ See why Alejandra was created and a comparison between alternatives [here](https://discourse.nixos.org/t/the-uncompromising-nix-code-formatter/17385/3?u=kamadorueda). +Alternatively, checkout the code examples of the different formatters [here](https://github.com/kamadorueda/rfc-0101). + ## Versioning We use [semver](https://semver.org/) to version Alejandra. @@ -243,7 +245,35 @@ Our public API consists of: ## Changelog -Please see: [CHANGELOG.md](./CHANGELOG.md). +Please read: [CHANGELOG](./CHANGELOG.md). + +## Contributors + +The following people have helped improving Alejandra. + +Thank you ❤️ + +- [Kevin Amado](https://github.com/kamadorueda) ~ + [Email](mailto:kamadorueda@gmail.com), + [Patreon](https://www.patreon.com/kamadorueda), + @kamadorueda:[matrix.org](https://matrix.org/). +- [Thomas Bereknyei](https://github.com/tomberek). +- [Piegames](https://github.com/piegamesde). +- [Joachim Ernst](https://github.com/0x4A6F). +- [David Arnold](https://github.com/blaggacao). +- [David Hauer](https://github.com/DavHau). +- [Fabian Möller](https://github.com/B4dM4n). +- [Rok Garbas](https://github.com/garbas). +- [Yorick van Pelt](https://github.com/yorickvP). +- [Rehno Lindeque](https://github.com/rehno-lindeque). +- [Jörg Thalheim](https://github.com/Mic92). +- [Vincent Ambo](https://github.com/tazjin). +- [Mr Hedgehog](https://github.com/ModdedGamers). +- [Tristan Maat](https://github.com/TLATER). +- [Norbert Melzer](https://github.com/NobbZ). +- [Patrick Stevens](https://github.com/Smaug123). +- [Connor Baker](https://github.com/ConnorBaker). +- [Florian Finkernagel](https://github.com/TyberiusPrime). ## Footnotes diff --git a/src/alejandra_cli/src/cli.rs b/src/alejandra_cli/src/cli.rs index 2a34ba6..a0dee00 100644 --- a/src/alejandra_cli/src/cli.rs +++ b/src/alejandra_cli/src/cli.rs @@ -71,12 +71,14 @@ pub(crate) fn parse(args: Vec) -> clap::ArgMatches { Fabian Möller ~ @B4dM4n on GitHub. Rok Garbas ~ @garbas on GitHub. Yorick van Pelt ~ @yorickvP on GitHub. + Rehno Lindeque ~ @rehno-lindeque on GitHub. Jörg Thalheim ~ @Mic92 on GitHub. Vincent Ambo ~ @tazjin on GitHub. Mr Hedgehog ~ @ModdedGamers on GitHub. Tristan Maat ~ @TLATER on GitHub. Norbert Melzer ~ @NobbZ on GitHub. Patrick Stevens ~ @Smaug123 on GitHub. + Connor Baker ~ @ConnorBaker on GitHub. Florian Finkernagel ~ @TyberiusPrime on GitHub. Your star and feedback is very much appreciated!