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