.prettierrc 73 B

12345
  1. {
  2. "printWidth": 160,
  3. "singleQuote": true,
  4. "trailingComma": "all"
  5. }