Files
remanso/.zed/settings.json
2026-04-30 10:34:00 +02:00

10 lines
176 B
JSON

{
"format_on_save": "on",
"formatter": {
"external": {
"command": "node_modules/.bin/oxfmt",
"arguments": ["--stdin-filepath", "{buffer_path}"]
}
}
}