skeleton for habit puzzle game

This commit is contained in:
2022-02-03 13:41:59 -07:00
parent ee55b91e4d
commit 3627a362b1
12 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"search.exclude": {
"export/**/*.hx": true
},
"[haxe]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.sortImports": true
}
},
"haxe.enableExtendedIndentation": true
}