first commit

This commit is contained in:
Lukas Nöllemeyer 2024-08-16 17:20:07 +02:00
commit 85be45e2b8
18 changed files with 605 additions and 0 deletions

24
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,24 @@
{
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "always"
},
"editor.rulers": [
120
],
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"cSpell.words": [
"blit",
"isort",
"PAGEDOWN",
"PAGEUP",
"tcod",
"tileset",
"tilesheet"
]
}