.prettierrc 263 B

123456789101112
  1. {
  2. "printWidth": 80,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "singleQuote": true,
  6. "semi": false,
  7. "trailingComma": "all",
  8. "bracketSpacing": true,
  9. "htmlWhitespaceSensitivity": "ignore",
  10. "singleAttributePerLine": true,
  11. "vueIndentScriptAndStyle": false
  12. }