mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
32 lines
538 B
JSON
32 lines
538 B
JSON
{
|
|
"disableFormatting": false,
|
|
|
|
"indentation": {
|
|
"character": " ",
|
|
"tabWidth": 2,
|
|
"indentCaseLabels": true
|
|
},
|
|
|
|
"lineEnds": {
|
|
"anonFunctionCurly": {
|
|
"emptyCurly": "break",
|
|
"leftCurly": "after",
|
|
"rightCurly": "both"
|
|
},
|
|
"leftCurly": "both",
|
|
"rightCurly": "both"
|
|
},
|
|
|
|
"sameLine": {
|
|
"ifBody": "same",
|
|
"ifElse": "next",
|
|
"doWhile": "next",
|
|
"tryBody": "next",
|
|
"tryCatch": "next"
|
|
},
|
|
|
|
"whitespace": {
|
|
"switchPolicy": "around"
|
|
}
|
|
}
|