.prettierrc 133 B

12345678
  1. {
  2. "endOfLine": "lf",
  3. "semi": true,
  4. "singleQuote": true,
  5. "tabWidth": 2,
  6. "trailingComma": "es5",
  7. "bracketSpacing": false
  8. }