format tree
This commit is contained in:
parent
24547fcd6c
commit
92c55595d0
43 changed files with 476 additions and 357 deletions
dev
|
@ -1,4 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Used to find the project root
|
||||
projectRootFile = ".git/config";
|
||||
|
||||
|
@ -57,9 +58,7 @@
|
|||
"--prose-wrap"
|
||||
"never"
|
||||
];
|
||||
excludes = [
|
||||
"*secrets.yaml"
|
||||
];
|
||||
excludes = [ "*secrets.yaml" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue