Skip to content

Commit

Permalink
Update SwiftFormat --swiftversion to 6.0 with --languagemode 5 (#291
Browse files Browse the repository at this point in the history
)
  • Loading branch information
calda authored Oct 7, 2024
1 parent b879ec6 commit ae2917f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/AirbnbSwiftFormatTool/airbnb.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
--exclude Carthage,Pods,.build

# options
--swiftversion 5.10
--swiftversion 6.0
--languagemode 5
--self remove # redundantSelf
--importgrouping testable-bottom # sortedImports
--commas always # trailingCommas
Expand Down

0 comments on commit ae2917f

Please sign in to comment.