.prettierrc 172 B

123456789
  1. {
  2. "singleQuote": false,
  3. "tabWidth": 4,
  4. "useTabs": true,
  5. "trailingComma": "none",
  6. "arrowParens": "avoid",
  7. "endOfLine":"auto",
  8. "printWidth": 120
  9. }