init
This commit is contained in:
14
treefmt.nix
Normal file
14
treefmt.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ rust-toolchain }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Used to find the project root
|
||||
projectRootFile = "flake.nix";
|
||||
# Enable the terraform formatter
|
||||
programs = {
|
||||
nixfmt.enable = true;
|
||||
rustfmt.enable = true;
|
||||
rustfmt.package = rust-toolchain pkgs;
|
||||
leptosfmt.enable = true;
|
||||
taplo.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user