.prettierrc 148 B

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