summaryrefslogtreecommitdiffhomepage
path: root/.zed/settings.json
blob: a3a5e1e2b219b4e8389b1d0f43ba3d3aba55c6e3 (plain)
1
2
3
4
5
6
7
8
9
{
  "format_on_save": "on",
  "formatter": {
    "external": {
      "command": "bunx",
      "arguments": ["prettier", "--stdin-filepath", "{buffer_path}"]
    }
  }
}