formatted
This commit is contained in:
17
treefmt.nix
Normal file
17
treefmt.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
# treefmt.nix
|
||||
{ ... }:
|
||||
{
|
||||
projectRootFile = "treefmt.nix";
|
||||
settings.global.excludes = [
|
||||
"*.toml"
|
||||
"*.ttf"
|
||||
"*.txt"
|
||||
];
|
||||
|
||||
programs.deadnix.enable = true;
|
||||
programs.mdsh.enable = true;
|
||||
programs.nixfmt.enable = true;
|
||||
programs.shellcheck.enable = true;
|
||||
programs.shfmt.enable = true;
|
||||
programs.yamlfmt.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user