Funkin/hxformat.json

20 lines
313 B
JSON
Raw Normal View History

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