We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e68bbb commit 03ee071Copy full SHA for 03ee071
1 file changed
Extension/.vscode/settings.json
@@ -27,12 +27,14 @@
27
"editor.formatOnSave": true,
28
"editor.defaultFormatter": "vscode.json-language-features",
29
"editor.tabSize": 4,
30
+ "editor.detectIndentation": true,
31
"files.insertFinalNewline": false
32
},
33
"[jsonc]": {
34
35
36
37
38
"files.insertFinalNewline": true
39
40
"[typescript]": {
0 commit comments