mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
docs: thank people on the readme
This commit is contained in:
parent
f0a5f42d87
commit
461da9509f
2 changed files with 34 additions and 2 deletions
34
README.md
34
README.md
|
@ -95,7 +95,7 @@
|
||||||
We integrate with common code editors:
|
We integrate with common code editors:
|
||||||
|
|
||||||
- [Alejandra extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=kamadorueda.alejandra)
|
- [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
|
## Getting started
|
||||||
|
|
||||||
|
@ -228,6 +228,8 @@ See why Alejandra was created
|
||||||
and a comparison between alternatives
|
and a comparison between alternatives
|
||||||
[here](https://discourse.nixos.org/t/the-uncompromising-nix-code-formatter/17385/3?u=kamadorueda).
|
[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
|
## Versioning
|
||||||
|
|
||||||
We use [semver](https://semver.org/) to version Alejandra.
|
We use [semver](https://semver.org/) to version Alejandra.
|
||||||
|
@ -243,7 +245,35 @@ Our public API consists of:
|
||||||
|
|
||||||
## Changelog
|
## 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
|
## Footnotes
|
||||||
|
|
||||||
|
|
|
@ -71,12 +71,14 @@ pub(crate) fn parse(args: Vec<String>) -> clap::ArgMatches {
|
||||||
Fabian Möller ~ @B4dM4n on GitHub.
|
Fabian Möller ~ @B4dM4n on GitHub.
|
||||||
Rok Garbas ~ @garbas on GitHub.
|
Rok Garbas ~ @garbas on GitHub.
|
||||||
Yorick van Pelt ~ @yorickvP on GitHub.
|
Yorick van Pelt ~ @yorickvP on GitHub.
|
||||||
|
Rehno Lindeque ~ @rehno-lindeque on GitHub.
|
||||||
Jörg Thalheim ~ @Mic92 on GitHub.
|
Jörg Thalheim ~ @Mic92 on GitHub.
|
||||||
Vincent Ambo ~ @tazjin on GitHub.
|
Vincent Ambo ~ @tazjin on GitHub.
|
||||||
Mr Hedgehog ~ @ModdedGamers on GitHub.
|
Mr Hedgehog ~ @ModdedGamers on GitHub.
|
||||||
Tristan Maat ~ @TLATER on GitHub.
|
Tristan Maat ~ @TLATER on GitHub.
|
||||||
Norbert Melzer ~ @NobbZ on GitHub.
|
Norbert Melzer ~ @NobbZ on GitHub.
|
||||||
Patrick Stevens ~ @Smaug123 on GitHub.
|
Patrick Stevens ~ @Smaug123 on GitHub.
|
||||||
|
Connor Baker ~ @ConnorBaker on GitHub.
|
||||||
Florian Finkernagel ~ @TyberiusPrime on GitHub.
|
Florian Finkernagel ~ @TyberiusPrime on GitHub.
|
||||||
|
|
||||||
Your star and feedback is very much appreciated!
|
Your star and feedback is very much appreciated!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue