We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b133929 commit 4a6206bCopy full SHA for 4a6206b
1 file changed
.swiftformat
@@ -15,5 +15,8 @@
15
--strip-unused-args unnamed-only
16
--trailing-commas never
17
--type-attributes prev-line
18
+--wrap-arguments before-first
19
+--wrap-collections before-first
20
+--wrap-parameters before-first
21
--disable docComments,modifierOrder,modifiersOnSameLine,redundantMemberwiseInit,redundantPattern,redundantRawValues,redundantSendable,redundantSwiftTestingSuite,redundantVariable,swiftTestingTestCaseNames,unusedArguments
22
--enable preferSwiftTesting,wrapMultilineFunctionChains
0 commit comments