mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 05:10:58 +08:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"format_on_save": "on",
|
|
"formatter": {
|
|
"external": {
|
|
"command": "bunx",
|
|
"arguments": ["prettier", "--stdin-filepath", "{buffer_path}"]
|
|
}
|
|
}
|
|
}
|