1
Fork 0
minesweeper-nojs/treefmt.nix

9 lines
129 B
Nix
Raw Permalink Normal View History

2024-05-02 20:39:19 +02:00
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt-rfc-style.enable = true;
rustfmt.enable = true;
};
}