.oxfmtrc.json 164 B

123456789
  1. {
  2. "indentWidth": 2,
  3. "useTabs": false,
  4. "lineWidth": 100,
  5. "semicolons": true,
  6. "trailingComma": "es5",
  7. "quoteStyle": "single",
  8. "arrowParens": "always"
  9. }