-
Notifications
You must be signed in to change notification settings - Fork 15
/
settings.json
78 lines (77 loc) · 1.46 KB
/
settings.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
{
"cSpell.words": [
"acoustid",
"aeiou",
"apic",
"Brainz",
"Deezer",
"ecfg",
"EXTM",
"Fashni",
"FXJOE",
"horiz",
"isrc",
"lastfm",
"Mamidwar",
"mbid",
"Motrix's",
"nsis",
"pmmmwh",
"pyong",
"Resyncing",
"RIELL",
"samuelmeuli",
"scrobble",
"Spicetify",
"sspai",
"SYLT",
"unlove",
"unmaximize",
"unmaximized",
"Unmute",
"unsynced",
"USLT",
"webm",
"xmark",
"Yosef",
"YYYYMMDDNN"
],
"files.associations": {
".eslintrc": "jsonc",
".prettierrc": "jsonc",
".eslintignore": "ignore"
},
"search.exclude": {
".git": true,
".eslintcache": true,
".erb/dll": true,
"release/{build,app/dist}": true,
"node_modules": true,
"npm-debug.log.*": true,
"test/**/__snapshots__": true,
"package-lock.json": true,
"*.{css,sass,scss}.d.ts": true
},
"cSpell.ignoreWords": ["asar", "edata", "prettierrc"],
"rpc.enabled": true,
"docwriter.hotkey.windows": "Alt + .",
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass",
"iconClassName",
"titleClassName"
],
"json.schemas": [
{
"fileMatch": ["../release-notes.json"],
"url": "../release-notes-schema.json"
}
],
"editor.tokenColorCustomizations": {
"comments": "#00b894",
"textMateRules": []
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}