Skip to content

Commit

Permalink
added default formatting / linting / checkstyle stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Mar 3, 2024
1 parent 97279b9 commit 37947de
Show file tree
Hide file tree
Showing 33 changed files with 1,826 additions and 993 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/*.hx
.haxelib
export
assets
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"nadako.vshaxe",
"vshaxe.haxe-checkstyle"
]
}
24 changes: 12 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Lime",
"type": "lime",
"request": "launch"
}
]
}
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Lime",
"type": "lime",
"request": "launch"
}
]
}
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[haxe]": {
"editor.defaultFormatter": "nadako.vshaxe"
},
"haxecheckstyle.sourceFolders": [
"src",
"source"
]
}
24 changes: 12 additions & 12 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Canabalt
# Canabalt

The Canabalt (HaxeFlixel port) source code is licensed under the MIT License: (http://opensource.org/licenses/MIT)

Canabalt® © Finji, LLC. 2009-2024 . All rights reserved. Canabalt®, Finji® and regal weasel and crown logo are trademarks of Finji, LLC.

Run! © Danny Baranowsky. 2009-2024.
Daring Escape © Danny Baranowsky. 2009-2024.
Daring Escape © Danny Baranowsky. 2009-2024.

You can view the `canabalt-assets` license here: (https://github.com/ninjamuffin99/canabalt-assets/blob/main/LICENSE.md)

Expand Down
Loading

0 comments on commit 37947de

Please sign in to comment.