Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
--disable redundantBackticks
--disable redundantSwiftTestingSuite
--disable swiftTestingTestCaseNames
--disable wrapIfStatementBodies
--extension-acl on-declarations
--ifdef no-indent
--trailing-commas collections-only
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var docsDeps: [Package.Dependency] = includeDocs ? [
] : []

var formattingDeps: [Package.Dependency] = includeFormatting ? [
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.58.6"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", exact: "0.62.1"),
] : []

var targets: [Target] = [
Expand Down
Loading