.prettierrc 132 B

12345678
  1. {
  2. "useTabs": false,
  3. "tabWidth": 2,
  4. "trailingComma": "none",
  5. "singleQuote": false,
  6. "printWidth": 80,
  7. "endOfLine": "lf"
  8. }