feat: add initial storage module
This commit is contained in:
32
.zed/settings.json
Normal file
32
.zed/settings.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"languages": {
|
||||
"JSON": {
|
||||
"formatter": { "language_server": { "name": "biome" } },
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.biome": true,
|
||||
"source.organizeImports.biome": true
|
||||
}
|
||||
},
|
||||
"JavaScript": {
|
||||
"formatter": { "language_server": { "name": "biome" } },
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.biome": true,
|
||||
"source.organizeImports.biome": true
|
||||
}
|
||||
},
|
||||
"TypeScript": {
|
||||
"formatter": { "language_server": { "name": "biome" } },
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.biome": true,
|
||||
"source.organizeImports.biome": true
|
||||
}
|
||||
},
|
||||
"TSX": {
|
||||
"formatter": { "language_server": { "name": "biome" } },
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.biome": true,
|
||||
"source.organizeImports.biome": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user