SwiftFormat v0.44.1 Release Notes

Release Date: 2020-01-26 // about 4 years ago
    • ๐Ÿ›  Fixed spaceInsideComments rule mangling preformatted comments with multiple slashes
    • ๐Ÿ›  Fixed redundantFileprivate breaking code relying on type-inference for init
    • โช Reverted overly aggressive argument wrapping change in 0.44.0
    • ๐Ÿ›  Fixed redundantParens rule breaking #if statements without space before argument
    • ๐Ÿ›  Fixed // swiftformat:disable directives not affecting wrap or wrapArguments rules
    • ๐Ÿ›  Fixed bug where yodaConditions rule caused formatting to never terminate
    • ๐Ÿ›  Fixed crash in fileHeader rule