add treefmt

This commit is contained in:
jopejoe1 2024-08-08 21:04:32 +02:00
parent d5b07c82ae
commit 55aeca7389
3 changed files with 76 additions and 36 deletions

5
treefmt.nix Normal file
View file

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