Funkin/hxformat.json

17 lines
250 B
JSON
Raw Normal View History

2020-10-03 06:50:15 +00:00
{
"lineEnds": {
"leftCurly": "both",
"rightCurly": "both",
2020-10-10 04:22:26 +00:00
"emptyCurly": "break",
2020-10-03 06:50:15 +00:00
"objectLiteralCurly": {
"leftCurly": "after"
}
},
"sameLine": {
"ifElse": "next",
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
}
}