Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--swiftversion 5.6
--swiftversion 5.10
--header "//\n// Copyright {year} Readium Foundation. All rights reserved.\n// Use of this source code is governed by the BSD-style license\n// available in the top-level LICENSE file of the project.\n//"
--stripunusedargs closure-only
--disable redundantSendable,noForceUnwrapInTests
--disable redundantSendable,redundantSelf,noForceUnwrapInTests,conditionalAssignment,opaqueGenericParameters,typeSugar,genericExtensions,redundantOptionalBinding
Loading