v0.4.54
Changed
- Don't insert space between
exit
/die
and subsequent parentheses (#99) - Move assignment and comparison operators to the start of the line when
--operators-first
is given - Allow
--output
to be given when reading from standard input
Fixed
- Fix issue where enum comments are indented like switch comments (#97)