mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-01 12:24:27 +00:00
16 lines
240 B
JSON
16 lines
240 B
JSON
{
|
|
"lineEnds": {
|
|
"leftCurly": "both",
|
|
"rightCurly": "both",
|
|
"objectLiteralCurly": {
|
|
"leftCurly": "after"
|
|
}
|
|
},
|
|
"sameLine": {
|
|
"ifElse": "next",
|
|
"doWhile": "next",
|
|
"tryBody": "next",
|
|
"tryCatch": "next"
|
|
}
|
|
}
|