mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: formatter poc
This commit is contained in:
parent
6adfbe8516
commit
8d545a62ad
77 changed files with 4210 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue