1
0
mirror of https://github.com/MatteZ02/arcadiamc synced 2025-11-11 11:38:19 +00:00

Initial Commit

This commit is contained in:
Christer Warén
2025-11-08 11:27:35 +02:00
commit d860a21a92
4 changed files with 90 additions and 0 deletions

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

@@ -0,0 +1,6 @@
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.renderFinalNewline": false
}