Skip to content

Commit

Permalink
Update to SwiftFormat build based on 0.53.0 release (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Jan 31, 2024
1 parent 875e6b0 commit 508132e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ let package = Package(

.binaryTarget(
name: "SwiftFormat",
url: "https://github.com/calda/SwiftFormat/releases/download/0.53-beta-8/SwiftFormat.artifactbundle.zip",
checksum: "42b2612305c5bffe57102d6c1a2e137309b5cf246638ff9ff75e3260a6795a19"),
url: "https://github.com/calda/SwiftFormat/releases/download/0.54-beta-1/SwiftFormat.artifactbundle.zip",
checksum: "7f64c3d30179e6c51dc995ac6dd4b910def710325c62d3b4f1806c0e7f5d197b"),

.binaryTarget(
name: "SwiftLintBinary",
Expand Down
2 changes: 1 addition & 1 deletion Sources/AirbnbSwiftFormatTool/airbnb.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
--someAny disabled # opaqueGenericParameters
--elseposition same-line #elseOnSameLine
--guardelse next-line #elseOnSameLine
--oneLineForEach wrap #preferForLoop
--onelineforeach convert #preferForLoop
--shortoptionals always #typeSugar

# We recommend a max width of 100 but _strictly enforce_ a max width of 130
Expand Down

0 comments on commit 508132e

Please sign in to comment.