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

feat: formatter poc

This commit is contained in:
Kevin Amado 2022-01-09 22:15:38 -05:00
parent 6adfbe8516
commit 8d545a62ad
No known key found for this signature in database
GPG key ID: FFF341057F503148
77 changed files with 4210 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[dependencies]
clap = "3"
rnix = "0.10"
rowan = "0.15"
walkdir = "2"
[dev-dependencies]
indoc = "*"
[package]
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
description = "The uncompromising Nix formatter"
edition = "2021"
name = "alejandra"
repository = "https://github.com/kamadorueda/alejandra"
version = "0.1.0"