.prettierrc.json 131 B

12345678
  1. {
  2. "trailingComma": "all",
  3. "tabWidth": 2,
  4. "semi": true,
  5. "singleQuote": false,
  6. "proseWrap": "always",
  7. "printWidth": 80
  8. }