-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Closed
Labels
Description
Style guide says 4 spaces, yet you use 2.
https://github.com/OpenZeppelin/openzeppelin-solidity/blob/f7e53d90fa638553ffc93e93fe1b12fc081bb774/.soliumrc.json#L7
Not Documented here as to why:
https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/CODE_STYLE.md
If fact you state your follow the style guide.
💻 Environment
VS Code
📝 Details
Very painful and time consuming to refactor code to meet your standards (for PR) when the style guide suggests 4 spaces vs only 2. The standard among the majority of any language is typically 4.
🔢 Code to reproduce bug
Solidity Linter in VS Code - yarn lint
Reactions are currently unavailable