This commit is contained in:
gcch 2026-04-03 23:57:57 +02:00
commit 7d64b33321
24 changed files with 3264 additions and 2162 deletions

15
.zed/settings.json Normal file
View file

@ -0,0 +1,15 @@
{
"lsp": {
"oxlint": {
"initialization_options": {
"settings": {
"configPath": "cfg/oxlint.config.ts",
"run": "onType",
"disableNestedConfig": false,
"fixKind": "safe_fix",
"unusedDisableDirectives": "deny"
}
}
}
}
}