Funkin/hxformat.json

20 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"
}
}