style: biome setup
This commit is contained in:
parent
4133722f72
commit
4bc05aaa2a
8 changed files with 31 additions and 8 deletions
16
.zed/settings.json
Normal file
16
.zed/settings.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// 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
|
||||
{
|
||||
"formatter": {
|
||||
"language_server": {
|
||||
"name": "biome"
|
||||
}
|
||||
},
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.biome": true,
|
||||
"source.organizeImports.biome": true
|
||||
},
|
||||
"format_on_save": "on"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue