nicklockwood / SwiftFormat

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

Update file header placeholders documentation to match the code #1737

Closed hampustagerud closed 1 week ago

hampustagerud commented 1 week ago

Looks like the readme got out of sync when the placeholders were updated, this PR updates it to match the code currently in main 🙂

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.14%. Comparing base (dd989a4) to head (1386c2e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1737 +/- ## ========================================== - Coverage 95.21% 95.14% -0.07% ========================================== Files 20 20 Lines 22882 22882 ========================================== - Hits 21786 21772 -14 - Misses 1096 1110 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nicklockwood commented 1 week ago

Thanks!