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

feat: respect newlines after =

This commit is contained in:
Kevin Amado 2022-02-18 13:42:57 -05:00
parent a2212283d8
commit efdc6fcbcb
No known key found for this signature in database
GPG key ID: FFF341057F503148
9 changed files with 83 additions and 110 deletions

View file

@ -10,7 +10,7 @@
system = "x86_64-linux";
fenix = inputs.fenix.packages.${system};
nixpkgs = import inputs.nixpkgs { inherit system; };
nixpkgs = import inputs.nixpkgs {inherit system;};
in {
devShell.${system} = nixpkgs.mkShell {
name = "alejandra";