.prettierrc 145 B

123456789
  1. {
  2. "endOfLine": "lf",
  3. "semi": true,
  4. "trailingComma": "es5",
  5. "singleQuote": true,
  6. "printWidth": 80,
  7. "tabWidth": 2,
  8. "useTabs": false
  9. }