initial packages and template

This commit is contained in:
2023-02-28 11:10:30 +01:00
parent 693ac39905
commit 5f327c0272
10 changed files with 3743 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
},
"editor.formatOnSave": true
}