Skip to content

Commit 233c844

Browse files
committed
Update settings.json
1 parent 26fe5dd commit 233c844

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

.vscode/settings.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"telemetry.enableTelemetry": false,
3-
"telemetry.enableCrashReporter": false,
4-
"cSpell.words": [
5-
"wolfssl",
6-
"libtorrent"
7-
],
8-
"shellformat.flag": "-ci -sr -i 0",
9-
"editor.formatOnSave": true,
10-
"editor.formatOnPaste": true,
11-
"editor.formatOnType": true,
12-
"editor.detectIndentation": false,
13-
"editor.insertSpaces": false,
14-
"shellcheck.customArgs": [
15-
"-x"
16-
],
17-
"shellcheck.useWorkspaceRootAsCwd": true,
18-
"shellcheck.run": "onType",
19-
"diffEditor.codeLens": true,
20-
"files.defaultLanguage": "shellscript",
21-
"[shellscript]": {
22-
"files.eol": "\n",
23-
"editor.tabSize": 4
24-
},
25-
"[markdown]": {
26-
"files.eol": "\n",
27-
"editor.tabSize": 4
28-
},
29-
"[yaml]": {
30-
"files.eol": "\n",
31-
"editor.tabSize": 2,
32-
"editor.insertSpaces": true
33-
},
34-
"[astro]": {
35-
"files.eol": "\n",
36-
"editor.tabSize": 2,
37-
"editor.insertSpaces": true
38-
},
39-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"telemetry.enableTelemetry": false,
3+
"telemetry.enableCrashReporter": false,
4+
"cSpell.words": [
5+
"wolfssl",
6+
"libtorrent"
7+
],
8+
"shellformat.flag": "-ci -sr -i 0",
9+
"editor.formatOnSave": true,
10+
"editor.formatOnPaste": true,
11+
"editor.formatOnType": true,
12+
"editor.detectIndentation": false,
13+
"editor.insertSpaces": false,
14+
"shellcheck.customArgs": [
15+
"-x"
16+
],
17+
"shellcheck.useWorkspaceRootAsCwd": true,
18+
"shellcheck.run": "onType",
19+
"diffEditor.codeLens": true,
20+
"files.defaultLanguage": "shellscript",
21+
"[shellscript]": {
22+
"files.eol": "\n",
23+
"editor.tabSize": 4
24+
},
25+
"[markdown]": {
26+
"files.eol": "\n",
27+
"editor.tabSize": 4
28+
},
29+
"[yaml]": {
30+
"files.eol": "\n",
31+
"editor.tabSize": 2,
32+
"editor.insertSpaces": true
33+
},
34+
"[astro]": {
35+
"files.eol": "\n",
36+
"editor.tabSize": 2,
37+
"editor.insertSpaces": true
38+
},
39+
"typescript.tsdk": "node_modules/typescript/lib"
4040
}

0 commit comments

Comments
 (0)