Files
dreport/frontend/.oxfmtrc.json
2026-04-07 01:07:12 +03:00

13 lines
263 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"ignorePatterns": [
"src/core/wasm-layout/",
"src/core/wasm-pkg-layout/",
"src/core/wasm-pkg/",
"src/core/wasm/"
]
}