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 = {
|
programs = {
|
||||||
alejandra = {
|
alejandra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = ["pkgs/_sources/*.nix"];
|
excludes = ["_sources/*.nix"];
|
||||||
};
|
};
|
||||||
biome = {
|
biome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
includes = ["*.json"];
|
includes = ["*.json"];
|
||||||
excludes = ["pkgs/_sources/*.json"];
|
excludes = ["_sources/*.json"];
|
||||||
settings = {
|
settings = {
|
||||||
javascript.formatter.enabled = false;
|
javascript.formatter.enabled = false;
|
||||||
css.formatter.enabled = false;
|
css.formatter.enabled = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue