SwiftFormat v0.46.1 Release Notes

Release Date: 2020-08-30 // over 3 years ago
    • ๐Ÿ›  Fixed bug where computed property bodies were sometimes wrongly identified as closures
    • ๐Ÿ›  Fixed spurious blank lines in output when formatting
    • The organizeDeclarations rule no longer inserts blank lines at start/end of scopes
    • The organizeDeclarations rule now groups typealiases with types instead of properties
    • ๐Ÿ‘Œ Improved heuristic for matching // MARK: comments in organizeDeclarations
    • ๐Ÿ”ง Configuration file now allows line continuations using \ delimiter