SwiftFormat v0.35.0 Release Notes

Release Date: 2018-08-04 // over 5 years ago
    • โž• Added --config argument for loading an external config file using the command-line tool
    • The --inferoptions command can now write the result to a config file using the --output option
    • โž• Added emptyBraces rule for removing blank lines inside empty {} pairs
    • ๐Ÿ›  Fixed handling of spaces and other special characters inside the --header option when using config files
    • ๐Ÿ›  Fixed parsing and serialization of --header option in Xcode Source Editor Extension
    • ๐Ÿ›  Fixed a bug in the specifiers rule affecting enum cases whose name matches a specifier
    • ๐Ÿ›  Fixed bug where redundantSelf could incorrectly remove self from a closure instead a case with a where clause
    • ๐Ÿ›  Fixed indent inference, which would previously calculate the wrong indent value