Initial commit

This commit is contained in:
2023-11-13 09:35:38 +01:00
commit a7a78a59e7
17 changed files with 512 additions and 0 deletions

19
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"markdownlint.config": {
"MD022": false,
"MD025": false,
"MD026": false,
"MD036": false,
},
"editor.tabSize": 2,
"editor.detectIndentation": false,
"files.insertFinalNewline": true,
"cSpell.words": [
"Bloise",
"Joi",
"Leo",
"Zenith",
"Projekt",
],
}