.prettierrc.yaml 184 B

123456789101112
  1. arrowParens: avoid
  2. bracketSpacing: true
  3. endOfLine: auto
  4. printWidth: 120
  5. singleQuote: false
  6. tabWidth: 2
  7. trailingComma: all
  8. overrides:
  9. - files: "*.sol"
  10. options:
  11. tabWidth: 4