增加主分支项目配置

This commit is contained in:
DreamMaoMao 2025-02-28 17:50:07 +08:00
parent 229f654b94
commit d4a06fced6
7 changed files with 514 additions and 32 deletions

8
treefmt.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
};
}