SwiftFormat v0.35.4 Release Notes

Release Date: 2018-09-05 // over 5 years ago
    • โž• Added glob support (unix-style wildcard file pattern matching) for --exclude paths
    • โž• Added --quiet option to disable noncritical output messages when using the swiftformat CLI
    • ๐Ÿ›  Fixed a bug where an import func ... statement caused the redundantSelf rule to loop indefinitely
    • Disabled ANSI formatting for stderr if stdout is pointing to a terminal interface but stderr isn't
    • ๐Ÿ”ง SwiftFormat is now more tolerant of white space around paths in a .swiftformat configuration file
    • A .swiftformat file generated by SwiftFormat will now always end with a linebreak