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

docs: thank people on the readme

This commit is contained in:
Kevin Amado 2022-03-22 18:49:36 -05:00
parent f0a5f42d87
commit 461da9509f
2 changed files with 34 additions and 2 deletions

View file

@ -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

View file

@ -71,12 +71,14 @@ pub(crate) fn parse(args: Vec<String>) -> 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!