Files
raw-haxe-game/hxformat.json
Indrajith K L ad2056876e Initial Commit
* Adds Menu
* Adds Level Manager - LevelBase
* Adds Sample level
* Basic player movement
2022-04-28 03:27:44 +05:30

16 lines
225 B
JSON

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