SwiftFormat v0.45.3 Release Notes

Release Date: 2020-08-03 // over 3 years ago
    • โž• Added --linerange command-line argument for partial file formatting or linting
    • โž• Added --varattributes option to complement --funcattributes and --typeattributes
    • ๐Ÿ›  Fixed spurious "Unexpected static/class ..." warning in redundantSelf rule
    • ๐Ÿ›  Fixed bug in tokenIndex() calculation when last line does not end in a linebreak
    • ๐Ÿ›  Fixed bug where self was incorrectly removed inside trailing closures on generic type init
    • Blank lines are no longer indented when using --trimwhitespace nonblank-lines