.prettierrc 97 B

123456
  1. {
  2. "trailingComma": "es5",
  3. "singleQuote": true,
  4. "proseWrap": "always",
  5. "printWidth": 80
  6. }