initial commit

This commit is contained in:
Darius
2025-09-26 13:41:46 +02:00
commit 9a961363f3
17 changed files with 1553 additions and 0 deletions

6
.zed/settings.json Normal file
View File

@@ -0,0 +1,6 @@
{
"code_actions_on_format": {
"source.organizeImports.biome": true,
"source.fixAll.biome": true
}
}