Skip to content

Commit 1688024

Browse files
committed
chore: add .zed settings for biome
1 parent c2c3271 commit 1688024

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.zed/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// For a full list of overridable settings, and general information on folder-specific settings,
2+
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
3+
{
4+
"formatter": {
5+
"language_server": {
6+
"name": "biome"
7+
}
8+
},
9+
"code_actions_on_format": {
10+
"source.fixAll.biome": true,
11+
"source.organizeImports.biome": true
12+
}
13+
}

0 commit comments

Comments
 (0)