Funkin/hxformat.json
2023-01-22 19:55:30 -05:00

19 lines
313 B
JSON

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