style: biome setup

This commit is contained in:
Mona Mayrhofer 2025-04-02 21:41:52 +02:00
parent 4133722f72
commit 4bc05aaa2a
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
8 changed files with 31 additions and 8 deletions

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