.prettierrc 330 B

123456789101112131415
  1. {
  2. "printWidth": 100,
  3. "tabWidth": 2,
  4. "useTabs": true,
  5. "semi": false,
  6. "singleQuote": false,
  7. "trailingComma": "none",
  8. "bracketSpacing": true,
  9. "bracketSameLine": true,
  10. "arrowParens": "always",
  11. "htmlWhitespaceSensitivity": "ignore",
  12. "vueIndentScriptAndStyle": false,
  13. "endOfLine": "auto",
  14. "singleAttributePerLine": false
  15. }