-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Copy pathsettings.json
47 lines (47 loc) · 1.07 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
{
"json.schemas": [],
"files.associations": {
"*.db": "ndjson",
"*.jsonl": "ndjson",
"*.njson": "ndjson"
},
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.codeActionsOnSave": {
"source.fixAll.oxc": "always",
"source.fixAll.ts": "always"
},
"editor.defaultFormatter": "vscode.typescript-language-features",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"cSpell.words": [
"apikey",
"Dismissable",
"getinsomnia",
"inso",
"libcurl",
"mockbin",
"Revalidator",
"svgr",
"Uncommited",
"Unpushed",
"unstage",
"Unstaged",
"upsert",
"xmark"
],
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[cpp]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
},
}