1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-02 07:28:53 +00:00
Funkin/hxformat.json

17 lines
266 B
JSON
Raw Normal View History

2021-03-27 00:09:04 +00:00
{
"lineEnds": {
"leftCurly": "both",
"rightCurly": "both",
2022-08-23 01:55:30 +00:00
"emptyCurly": "break",
2021-03-27 00:09:04 +00:00
"objectLiteralCurly": {
"leftCurly": "after"
}
},
"sameLine": {
"ifElse": "next",
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
}
}