.prettierrc 128 B

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