.prettierrc 70 B

12345
  1. {
  2. "singleQuote": true,
  3. "tabWidth": 4,
  4. "printWidth": 120
  5. }