Files
kiss-vscode/projects/flixel-ascii-game/hxformat.json
2021-06-07 13:17:46 -06:00

16 lines
225 B
JSON

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