SwiftFormat v0.48.17 Release Notes

Release Date: 2021-10-18 // over 2 years ago
    • ๐Ÿ›  Fixed bug where trailingCommas rule added comma to wrapped capture list with comment
    • ๐Ÿ›  Fixed indenting of closure with wrapped capture list
    • ๐Ÿ›  Fixed bug where redundantArguments rule stripped params used in pattern matching with inline let
    • ๐Ÿ›  Fixed bug where redundantArguments failed to detect shadowed param after tuple assignment
    • ๐Ÿ›  Fixed compilation error introduced when removing redundant parens with inner spaces