mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-07 23:34:46 +00:00
16 lines
225 B
JSON
16 lines
225 B
JSON
|
{
|
||
|
"lineEnds": {
|
||
|
"leftCurly": "both",
|
||
|
"rightCurly": "both",
|
||
|
"objectLiteralCurly": {
|
||
|
"leftCurly": "after"
|
||
|
}
|
||
|
},
|
||
|
"sameLine": {
|
||
|
"ifElse": "next",
|
||
|
"doWhile": "next",
|
||
|
"tryBody": "next",
|
||
|
"tryCatch": "next"
|
||
|
}
|
||
|
}
|