.prettierrc 101 B

1234567
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "tabWidth": 2,
  5. "printWidth": 120,
  6. "endOfLine": "lf"
  7. }