1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-07-22 09:49:02 +00:00
Funkin/hxformat.json
2020-10-09 21:22:26 -07:00

17 lines
250 B
JSON

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