.prettierrc 226 B

12345678910
  1. {
  2. "$schema": "http://json.schemastore.org/prettierrc",
  3. "singleQuote": true,
  4. "semi": true,
  5. "trailingComma": "es5",
  6. "printWidth": 100,
  7. "proseWrap": "never",
  8. "vueIndentScriptAndStyle": true,
  9. "endOfLine": "auto"
  10. }