{ "$schema": "./node_modules/oxfmt/configuration_schema.json", "tabWidth": 2, "useTabs": false, "singleQuote": true, "trailingComma": "none", "printWidth": 80, "sortPackageJson": false, "ignorePatterns": [ "package-lock.json", "pnpm-lock.yaml", "yarn.lock", "bun.lock", "bun.lockb", "/public/" ] }