Add initial snowfall-lib and treefmt setup
This commit is contained in:
parent
4fef21dd2c
commit
813210c64f
2 changed files with 76 additions and 0 deletions
6
treefmt.nix
Normal file
6
treefmt.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
projectRootFile = "flake.nix";
|
||||
programs.nixfmt.enable = true;
|
||||
programs.shfmt.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue