.prettierrc.js 82 B

12345
  1. module.exports = {
  2. printWidth: 160,
  3. tabWidth: 4,
  4. singleQuote: true
  5. };