{ "$schema": "https://cdn.jsdelivr.net/npm/oxfmt@0.57.0/configuration_schema.json", "ignorePatterns": ["submodules", "cache", "site"], "useTabs": true, "endOfLine": "lf", "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" ], "internalPattern": ["~/", "@/", "$/", "#"] }, "quoteProps": "consistent" }