.prettierrc 189 B

123456789
  1. {
  2. "printWidth": 200,
  3. "semi": true,
  4. "vueIndentScriptAndStyle": true,
  5. "trailingComma": "all",
  6. "proseWrap": "never",
  7. "htmlWhitespaceSensitivity": "strict",
  8. "endOfLine": "auto"
  9. }