.prettierrc 96 B

1234567
  1. {
  2. "printWidth": 140,
  3. "singleQuote": true,
  4. "semi": true,
  5. "useTabs": false,
  6. "tabWidth": 2
  7. }