.prettierrc 201 B

1234567891011
  1. {
  2. "printWidth": 120,
  3. "Tabs": true,
  4. "tabWidth": 2,
  5. "semi": false,
  6. "Semicolons": false,
  7. "vueIndentScriptAndStyle": true,
  8. "singleQuote": true,
  9. "endOfLine": "lf",
  10. "trailingComma": "all"
  11. }