Files
lime/hxformat.json
2019-02-14 08:41:20 -08:00

13 lines
189 B
JSON

{
"lineEnds": {
"leftCurly": "both",
"rightCurly": "both"
},
"sameLine": {
"ifBody": "same",
"ifElse": "next",
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
}
}