.solhint.json 84 B

1234567
  1. {
  2. "extends": "solhint:recommended",
  3. "rules": {
  4. "indent": ["error", 2]
  5. }
  6. }