forked from NeunEinser/bingo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spyglass.json
78 lines (74 loc) · 2.24 KB
/
spyglass.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"env": {
"gameVersion": "1.21.4"
},
"format": {
"blockStateBracketSpacing": { "inside": 0 },
"blockStateCommaSpacing": { "before": 0, "after": 1 },
"blockStateEqualSpacing": { "before": 0, "after": 1 },
"blockStateTrailingComma": false,
"eol": "LF",
"nbtArrayBracketSpacing": { "inside": 0 },
"nbtArrayCommaSpacing": { "before": 0, "after": 1 },
"nbtArraySemicolonSpacing": { "after": 1 },
"nbtArrayTrailingComma": false,
"nbtByteSuffix": "b",
"nbtCompoundBracketSpacing": { "inside": 0 },
"nbtCompoundColonSpacing": { "before": 0, "after": 1 },
"nbtCompoundCommaSpacing": { "before": 0, "after": 1 },
"nbtCompoundTrailingComma": false,
"nbtDoubleOmitSuffix": false,
"nbtDoubleSuffix": "d",
"nbtFloatSuffix": "f",
"nbtListBracketSpacing": { "inside": 0 },
"nbtListCommaSpacing": { "before": 0, "after": 1 },
"nbtListTrailingComma": false,
"nbtLongSuffix": "L",
"nbtShortSuffix": "s",
"selectorBracketSpacing": { "inside": 0 },
"selectorCommaSpacing": { "before": 0, "after": 1 },
"selectorEqualSpacing": { "before": 0, "after": 0 },
"selectorTrailingComma": false,
"timeOmitTickUnit": true
},
"lint": {
"blockStateSortKeys": null,
"nbtCompoundSortKeys": null,
"selectorSortKeys": null,
"commandStringQuote": {
"always": false,
"avoidEscape": true,
"type": "double"
},
"nbtKeyQuote": {
"always": false,
"avoidEscape": true,
"type": "double"
},
"nbtPathQuote": {
"always": false,
"avoidEscape": true,
"type": "double"
},
"nbtStringQuote": {
"always": true,
"avoidEscape": true,
"type": "double"
},
"selectorKeyQuote": {
"always": false,
"avoidEscape": true,
"type": "double"
},
"idOmitDefaultNamespace": false,
"nameOfNbtKey": "^[a-z][a-z0-9_]*$",
"nameOfObjective": "^(?:fetchr\\.[a-z][a-z0-9_]*|[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*){2})$",
"nameOfScoreHolder": "^(?:\\$[a-z][a-z0-9_]*(?:(?:\\/[a-z][a-z0-9_]*)*\\.[a-z][a-z0-9_]*)?|0|-?[1-9][0-9]*)$",
"nameOfTag": "^(?:fetchr\\.[a-z][a-z0-9_]*|[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*){2})$",
"nameOfTeam": "^(?:fetchr\\.[a-z][a-z0-9_]*|[a-z][a-z0-9_]*(?:\\.[a-z][a-z0-9_]*){2})$",
"nbtArrayLengthCheck": true,
"nbtBoolean": true,
"nbtListLengthCheck": true,
"nbtTypeCheck": "strictly"
}
}