Files
remanso/.oxfmtrc.json
2026-03-28 09:38:55 +01:00

10 lines
206 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"semi": false,
"singleQuote": false,
"trailingComma": "none",
"printWidth": 80,
"sortPackageJson": false,
"ignorePatterns": []
}