.prettierrc 78 B

123456
  1. {
  2. "printWidth": 140,
  3. "singleQuote": true,
  4. "semi": true,
  5. "useTabs": true
  6. }