.prettierrc 118 B

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