.prettierrc 126 B

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