.prettierrc 72 B

12345
  1. {
  2. "trailingComma": "es5",
  3. "tabWidth": 4,
  4. "printWidth": 300
  5. }