1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-16 07:01:05 +00:00
Funkin/hxformat.json
Cameron Taylor 303c9d14aa INIT COMMIT
2020-10-02 23:50:15 -07:00

16 lines
225 B
JSON

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