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 efeb675 commit 1f6470aCopy full SHA for 1f6470a
.vscode/settings.json
@@ -6,8 +6,5 @@
6
"editor.formatOnSave": true,
7
"editor.defaultFormatter": "biomejs.biome",
8
"editor.rulers": [80, 120],
9
- "editor.tabSize": 2,
10
- "search.exclude": {
11
- "**/.yarn": true
12
- }
+ "editor.tabSize": 2
13
}
.zed/settings.json
@@ -0,0 +1,13 @@
1
+{
2
+ "code_actions_on_format": {
3
+ "source.fixAll.biome": true,
4
+ "source.organizeImports.biome": true
5
+ },
+ "language_servers": ["biome"],
+ "tab_size": 2,
+ "telemetry": {
+ "diagnostics": false,
+ "metrics": false
+ "wrap_guides": [80, 120]
+}
0 commit comments