Add zed settings

This commit is contained in:
Mona Mayrhofer 2025-12-23 17:00:29 +01:00
parent 4a1fdd5fa6
commit 06b78c2525
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE

22
.zed/settings.json Normal file
View 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", "..."]
}
}
}