.prettierrc 236 B

123456789101112
  1. {
  2. "printWidth": 80,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": false,
  6. "singleQuote": true,
  7. "trailingComma": "none",
  8. "bracketSpacing": true,
  9. "arrowParens": "always",
  10. "vueIndentScriptAndStyle": true,
  11. "endOfLine": "lf"
  12. }