.prettierrc 138 B

12345678
  1. {
  2. "bracketSpacing": true,
  3. "printWidth": 120,
  4. "singleQuote": false,
  5. "trailingComma": "none",
  6. "tabWidth": 2,
  7. "useTabs": false
  8. }