We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02436f commit e02a5afCopy full SHA for e02a5af
1 file changed
README.md
@@ -86,8 +86,8 @@ This option was added to standardize the code across a project and enforce the u
86
87
Valid options:
88
89
-- `"always"`: Prefer the explicit types `uint256`, `int256`.
90
-- `"never"`: Prefer the type aliases `uint`, `int`.
+- `"always"`: Prefer explicit types (`uint256`, `int256`, etc.)
+- `"never"`: Prefer type aliases (`uint`, `int`, etc.).
91
- `"preserve"`: Respect the type used by the developer.
92
93
| Default | CLI Override | API Override |
0 commit comments