Files
web/.zed/settings.json

11 lines
366 B
JSON
Raw Normal View History

2025-11-17 18:39:38 +08:00
// 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
{
2026-08-01 10:42:40 +08:00
"language_servers": ["!biome", "!oxfmt", "!oxlint", "!typescript-language-server", "..."],
2025-11-17 18:39:38 +08:00
"formatter": {
"code_action": "source.fixAll.eslint"
}
}