Tobee_Night_Funkin_PSYCH/hxformat.json

17 lines
250 B
JSON
Raw Normal View History

2021-11-05 21:34:27 +00:00
{
"lineEnds": {
"leftCurly": "both",
"rightCurly": "both",
"emptyCurly": "break",
"objectLiteralCurly": {
"leftCurly": "after"
}
},
"sameLine": {
"ifElse": "next",
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
}
}