treefmt: Fix exclude path for nvfetcher generated files
This commit is contained in:
parent
992ad53668
commit
36e97c0c31
1 changed files with 2 additions and 2 deletions
|
|
@ -4,12 +4,12 @@
|
|||
programs = {
|
||||
alejandra = {
|
||||
enable = true;
|
||||
excludes = ["pkgs/_sources/*.nix"];
|
||||
excludes = ["_sources/*.nix"];
|
||||
};
|
||||
biome = {
|
||||
enable = true;
|
||||
includes = ["*.json"];
|
||||
excludes = ["pkgs/_sources/*.json"];
|
||||
excludes = ["_sources/*.json"];
|
||||
settings = {
|
||||
javascript.formatter.enabled = false;
|
||||
css.formatter.enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue