diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..fb04927 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,9 @@ +{ + "format_on_save": "on", + "formatter": { + "external": { + "command": "node_modules/.bin/oxfmt", + "arguments": ["--stdin-filepath", "{buffer_path}"] + } + } +}