Skip to content

Commit

Permalink
Merge pull request #281 from Simon-Laux/zed-support
Browse files Browse the repository at this point in the history
add config for the zed editor
  • Loading branch information
dansup authored Feb 10, 2025
2 parents 412061b + a670203 commit 6704597
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"languages": {
"TypeScript": {
"format_on_save": "on",
"formatter": "language_server"
}
},
"formatter": {
"language_server": {
"name": "biome"
}
},
"auto_install_extension": {
"biome":true,
"html": true
}
}

0 comments on commit 6704597

Please sign in to comment.