stuff
This commit is contained in:
parent
ed3b006970
commit
0e5f0bd3a8
1 changed files with 0 additions and 19 deletions
19
treefmt.nix
19
treefmt.nix
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
projectRootFile = ".git/config";
|
||||
enableDefaultExcludes = true;
|
||||
|
||||
settings.global.excludes = [
|
||||
"LICENSE"
|
||||
"*.age"
|
||||
"*.envrc"
|
||||
];
|
||||
|
||||
programs = {
|
||||
alejandra.enable = true;
|
||||
shfmt = {
|
||||
enable = true;
|
||||
indent_size = 2;
|
||||
};
|
||||
mdformat.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue