coolbot/treefmt.nix

9 lines
193 B
Nix
Raw Normal View History

2024-07-28 02:32:18 +00:00
{
projectRootFile = "flake.nix";
programs.ruff.enable = true;
programs.black.enable = true;
programs.prettier.enable = true;
settings.formatter.prettier.excludes = ["foods.json"];
}