.prettierrc 149 B

1234567891011
  1. {
  2. "overrides": [
  3. {
  4. "files": "*.sol",
  5. "options": {
  6. "printWidth": 120,
  7. "explicitTypes": "always"
  8. }
  9. }
  10. ]
  11. }