Skip to content

Update SwiftFormat version#780

Draft
grighakobian wants to merge 1 commit intoreadium:developfrom
grighakobian:fix/swift-format-version
Draft

Update SwiftFormat version#780
grighakobian wants to merge 1 commit intoreadium:developfrom
grighakobian:fix/swift-format-version

Conversation

@grighakobian
Copy link
Copy Markdown
Contributor

@grighakobian grighakobian commented Apr 17, 2026

Summary

  • Update the SwiftFormat target in .swiftformat to Swift version 5.10.
  • Disable rules that would modify the codebase:
    • conditionalAssignment
    • opaqueGenericParameters
    • typeSugar
    • genericExtensions
    • redundantSelf — retain explicit self. for improved readability.
    • redundantOptionalBinding — maintain if let a = a instead of shorthand if let a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant