hooks
This commit is contained in:
parent
ef7e64f2b1
commit
cc62f8a2b9
6 changed files with 198 additions and 12 deletions
19
treefmt.nix
Normal file
19
treefmt.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
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