19
treefmt.nix
Executable file
19
treefmt.nix
Executable file
@@ -0,0 +1,19 @@
|
||||
{ ... }:
|
||||
{
|
||||
projectRootFile = "flake.nix";
|
||||
|
||||
programs = {
|
||||
nixfmt = {
|
||||
enable = true;
|
||||
strict = true;
|
||||
};
|
||||
|
||||
prettier.enable = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
global = {
|
||||
excludes = [ ".envrc" ];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user