.oxfmtrc.jsonc 250 B

123456789
  1. {
  2. "$schema": "./node_modules/oxfmt/configuration_schema.json",
  3. "semi": false,
  4. "singleQuote": true,
  5. "arrowParens": "avoid",
  6. "printWidth": 80,
  7. "experimentalSortPackageJson": false,
  8. "ignorePatterns": ["dist", "CHANGELOG*.md", "*.toml"],
  9. }