Files
dungeon-client/hxformat.json
Indrajith K L ffd6706cb0 🎉 Initial Commit
* Integrates Colyseus Server
* Implements Basic Player movement
* Player Remove/Update Events
2020-06-29 03:14:32 +05:30

16 lines
225 B
JSON

{
"lineEnds": {
"leftCurly": "both",
"rightCurly": "both",
"objectLiteralCurly": {
"leftCurly": "after"
}
},
"sameLine": {
"ifElse": "next",
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
}
}