2026-04-30 10:34:00

This commit is contained in:
Julien Calixte
2026-04-30 10:34:00 +02:00
parent 7b4c7947aa
commit 4c7c688688

9
.zed/settings.json Normal file
View File

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