.prettierrc.json 197 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/prettierrc",
  3. "semi": true,
  4. "tabWidth": 2,
  5. "singleQuote": true,
  6. "printWidth": 200,
  7. "trailingComma": "none",
  8. "vueIndentScriptAndStyle": true
  9. }