Files
aris/.oxfmtrc.json

13 lines
247 B
JSON
Raw Permalink Normal View History

2026-01-16 00:56:55 +00:00
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"useTabs": true,
"semi": false,
"trailingComma": "all",
"experimentalSortImports": {
"order": "asc",
"ignoreCase": true,
"newlinesBetween": true
},
"ignorePatterns": []
}