feat: basic tempate

This commit is contained in:
2026-04-14 18:39:30 -06:00
commit c1d8e228cf
13 changed files with 445 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave":{
"source.organizeImports.biome": "explicit"
}
}