You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
206 B

  1. {
  2. "singleQuote": true,
  3. "trailingComma": "all",
  4. "printWidth": 80,
  5. "useTabs": true,
  6. "overrides": [
  7. {
  8. "files": ".prettierrc",
  9. "options": {
  10. "parser": "json"
  11. }
  12. }
  13. ]
  14. }