Mirror for Friday Night Funkin
1{
2 "disableFormatting": false,
3
4 "indentation": {
5 "character": " ",
6 "tabWidth": 2,
7 "indentCaseLabels": true
8 },
9 "lineEnds": {
10 "anonFunctionCurly": {
11 "emptyCurly": "break",
12 "leftCurly": "after",
13 "rightCurly": "both"
14 },
15 "leftCurly": "both",
16 "rightCurly": "both"
17 },
18
19 "sameLine": {
20 "ifBody": "same",
21 "ifElse": "next",
22 "doWhile": "next",
23 "tryBody": "next",
24 "tryCatch": "next"
25 },
26
27 "whitespace": {
28 "switchPolicy": "around"
29 }
30}