SwiftFormat v0.29.0 Release Notes

Release Date: 2017-06-20 // almost 7 years ago
    • ๐Ÿ”„ Changed specifier order from private(set) public to public private(set)
    • โž• Added redundantInit rule to remove explict init references where they aren't needed
    • ๐Ÿ›  Fixed indentation of class declarations with protocols wrapped onto multiple lines