.prettierrc 125 B

1234567
  1. {
  2. "printWidth": 120,
  3. "quoteProps": "preserve",
  4. "spaceBeforeFunctionParen": true,
  5. "tabWidth": 4,
  6. "useTabs": false
  7. }