Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SwiftFormat.for.Xcode.zip | 2025-07-14 | 8.6 MB | |
swiftformat_linux_aarch64.zip | 2025-07-14 | 23.0 MB | |
swiftformat_linux.zip | 2025-07-14 | 23.9 MB | |
swiftformat.zip | 2025-07-14 | 2.1 MB | |
swiftformat.artifactbundle.zip | 2025-07-14 | 45.8 MB | |
SwiftFormat.amd64.msi | 2025-07-14 | 20.7 MB | |
0.57.1 source code.tar.gz | 2025-07-14 | 3.7 MB | |
0.57.1 source code.zip | 2025-07-14 | 4.1 MB | |
README.md | 2025-07-14 | 396 Bytes | |
Totals: 9 Items | 131.8 MB | 0 |
- Fixed issue where trailing commas were unexpectedly removed from initializer argument lists when using
--trailing-commas always
. - Fixed issue where
redundantPublic
rule didn't handle extensions on types defined in public extensions. - Added
@Bindable
to list of SwiftUI property wrappers used byorganizeDeclarations
rule. - Fixed case-sensitivity issue with
preferFileMacro
rule.