.oxfmtrc.json (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": [],
"useTabs": true,
"sortImports": {
"newlinesBetween": true,
"groups": [
"type-import",
["value-builtin", "value-external"],
"type-internal",
"value-internal",
["type-parent", "type-sibling", "type-index"],
["value-parent", "value-sibling", "value-index"],
"unknown"
]
}
}
|