Files
opencode/.zed/settings.json
2026-02-18 23:03:24 +08:00

10 lines
169 B
JSON

{
"format_on_save": "on",
"formatter": {
"external": {
"command": "bunx",
"arguments": ["prettier", "--stdin-filepath", "{buffer_path}"]
}
}
}