10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"format_on_save": "on",
|
|
"formatter": {
|
|
"external": {
|
|
"command": "node_modules/.bin/oxfmt",
|
|
"arguments": ["--stdin-filepath", "{buffer_path}"]
|
|
}
|
|
}
|
|
}
|