diff options
author | Indrajith K L | 2020-06-29 03:14:32 +0530 |
---|---|---|
committer | Indrajith K L | 2020-06-29 03:14:32 +0530 |
commit | ffd6706cb02fdd37f5f461a37287a5860e69fb6c (patch) | |
tree | e5a4b81cc73b710e4ef4312b192021072da000a4 /hxformat.json | |
download | dungeon-client-ffd6706cb02fdd37f5f461a37287a5860e69fb6c.tar.gz dungeon-client-ffd6706cb02fdd37f5f461a37287a5860e69fb6c.tar.bz2 dungeon-client-ffd6706cb02fdd37f5f461a37287a5860e69fb6c.zip |
:tada: Initial Commit
* Integrates Colyseus Server
* Implements Basic Player movement
* Player Remove/Update Events
Diffstat (limited to 'hxformat.json')
-rw-r--r-- | hxformat.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hxformat.json b/hxformat.json new file mode 100644 index 0000000..66cb386 --- /dev/null +++ b/hxformat.json @@ -0,0 +1,15 @@ +{ + "lineEnds": { + "leftCurly": "both", + "rightCurly": "both", + "objectLiteralCurly": { + "leftCurly": "after" + } + }, + "sameLine": { + "ifElse": "next", + "doWhile": "next", + "tryBody": "next", + "tryCatch": "next" + } +} |