mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"lineEnds": {
|
|
"leftCurly": "both",
|
|
"rightCurly": "both",
|
|
"emptyCurly": "break",
|
|
"objectLiteralCurly": {
|
|
"leftCurly": "after"
|
|
}
|
|
},
|
|
"sameLine": {
|
|
"ifElse": "next",
|
|
"doWhile": "next",
|
|
"tryBody": "next",
|
|
"tryCatch": "next"
|
|
}
|
|
}
|