orca/.oxfmtrc.json

8 lines
228 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/nicolo-ribaudo/oxc-project.github.io/refs/heads/json-schemas/oxfmt/v0.41.0/config.json",
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "none"
}