123456789101112131415
  1. {
  2. "printWidth": 80,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": false,
  7. "quoteProps": "as-needed",
  8. "jsxSingleQuote": false,
  9. "trailingComma": "none",
  10. "bracketSpacing": true,
  11. "jsxBracketSameLine": false,
  12. "arrowParens": "avoid",
  13. "rangeStart": 0,
  14. "endOfLine": "crlf"
  15. }