.prettierrc.json 239 B

1234567891011
  1. {
  2. "printWidth": 80,
  3. "semi": false,
  4. "vueIndentScriptAndStyle": true,
  5. "singleQuote": true,
  6. "trailingComma": "none",
  7. "arrowParens": "avoid",
  8. "proseWrap": "never",
  9. "htmlWhitespaceSensitivity": "strict",
  10. "endOfLine": "auto"
  11. }