1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-05-30 23:20:06 +02:00
parent ed3b006970
commit 0e5f0bd3a8
No known key found for this signature in database

View file

@ -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;
};
}