Description
Many Solidity codebases that use inline-assembly have an inconsistent mix of hex numbers and decimal numbers. There should be options to translate all DecimalNumber and HexNumber tokens found in a source file to either all HexNumber tokens or all DecimalNumber tokens.
Acceptance Criteria
- Changes to the stylizer that allow for the token conversion to happen in both cases.
- Hex numbers are maximally trimmed.