Funkin/hxformat.json

16 lines
225 B
JSON
Raw Normal View History

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