SwiftFormat v0.47.6 Release Notes

Release Date: 2020-12-08 // over 3 years ago
    • ๐Ÿ›  Fixed bug in redundantReturn when the return statement is not the last line in a block
    • ๐Ÿ›  Fixed sorting of tuple cases when using sortedSwitchCases rule
    • โž• Added --nevertrailing option for excluding functions from the trailingClosures rule
    • โž• Added trailingClosures exception for Nimble expect() function
    • The redundantFileprivate rule is now applied correctly to extension members
    • ๐Ÿ›  Fixed some bugs with static members when using the --redundanttype explicit option
    • ๐Ÿ‘ SwiftFormat command line tool is now signed for better compliance with Big Sur
    • โšก๏ธ Updated icon for Big Sur (thanks to Jim Puls for the icon design)