Add zed settings
This commit is contained in:
parent
4a1fdd5fa6
commit
06b78c2525
1 changed files with 22 additions and 0 deletions
22
.zed/settings.json
Normal file
22
.zed/settings.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
// 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",
|
||||||
|
"tab_size": 2,
|
||||||
|
"languages": {
|
||||||
|
"TSX": {
|
||||||
|
"language_servers": ["stylelint-lsp", "..."]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue