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 6729214 commit 911ab5dCopy full SHA for 911ab5d
.vscode/settings.json
@@ -1,11 +1,5 @@
1
{
2
- "editor.formatOnType": true,
3
- "editor.formatOnPaste": false,
4
- "editor.formatOnSave": true,
5
- "editor.rulers": [120],
6
"editor.tabSize": 2,
7
- "files.autoSave": "onWindowChange",
8
- "files.trimTrailingWhitespace": true,
9
"files.insertFinalNewline": true,
10
"search.exclude": {
11
"**/node_modules/": true,
@@ -41,6 +35,5 @@
41
35
"editor.defaultFormatter": "biomejs.biome",
42
36
"[typescript]": {
43
37
"editor.defaultFormatter": "biomejs.biome"
44
- },
45
- "cSpell.words": ["arrayify", "OTEL"]
38
+ }
46
39
}
0 commit comments