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.

123456789101112
  1. {
  2. "printWidth": 80,
  3. "singleQuote": true,
  4. "trailingComma": "all",
  5. "proseWrap": "never",
  6. "overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
  7. "plugins": [
  8. "prettier-plugin-organize-imports",
  9. "prettier-plugin-packagejson"
  10. ],
  11. "endOfLine": "lf"
  12. }