nicklockwood / SwiftFormat

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

trailingClosures or trailingclosures #1615

Closed atacan closed 5 months ago

atacan commented 5 months ago

in Rules.md we have both, in Readme.md we have --disable redundantSelf,trailingClosures

nicklockwood commented 5 months ago

@atacan trailingClosures is the rule, --trailingclosures is an option used to configure the rule when it's enabled.