Install verusfmt 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.0/verusfmt-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.0/verusfmt-installer.ps1 | iex
Download verusfmt 0.2.0
Changes since v0.1.6
- Reduce collapsing of various multiple single-line comments
- Fixed extra spaces in if-expressions with negation (#24)
- Fixed precedence for quantifiers and
&&&
and |||
(#26)
- Handle macro call statements (#27)
- Improved handling of non-inline single-line comments (#28)