nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.62k stars 623 forks source link

Support SE-0430 `sending` in spaceAroundBrackets/Parens #1701

Closed Jnosh closed 1 month ago

Jnosh commented 1 month ago

SE-0430 has been accepted which adds the sending keyword.

This PR adds support for the keyword to the spaceAroundParens & spaceAroundBrackets rules.