yubi-oath-rs/treefmt.nix
2025-02-06 12:02:12 +01:00

7 lines
159 B
Nix

{ ... }:
{
projectRootFile = "flake.nix";
programs.nixfmt-rfc-style.enable = true;
programs.rustfmt.enable = true;
programs.toml-sort.enable = true;
}