Apply treefmt

This commit is contained in:
Fabian Hauser 2025-03-25 14:10:54 +02:00
parent b2395ce611
commit b2c240e87f
86 changed files with 374 additions and 456 deletions

View file

@ -1,13 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "config:recommended" ],
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [ "schedule:weekly" ]
"extends": [
"schedule:weekly"
]
},
"cloneSubmodules": true,
"nix": {
"enabled": true
}
}