.prettierrc 64 B

12345
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "printWidth": 160
  5. }