SwiftFormat v0.40.5 Release Notes

Release Date: 2019-04-08 // about 5 years ago
    • ๐Ÿ›  Fixed indenting of comments before an #if/#else clause inside a switch statement
    • ๐Ÿ›  Fixed indenting of #if statement followed by comment inside a switch statement
    • ๐Ÿ›  Fixed bug in self removal when followed by a switch containing an #ifdef
    • ๐Ÿ›  Fixed bug when tokenizing chevron operators
    • ๐Ÿ›  Fixed bug when tokenizing generic declarations
    • โž• Added init-only support to explicitSelf inference
    • โž• Added inference for inline semicolons