We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5c25ad + e102e47 commit 92090b4Copy full SHA for 92090b4
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
lint:
9
runs-on: ubuntu-24.04-arm
10
- container: swift:6.1
+ container: swift:6.2
11
steps:
12
- uses: actions/checkout@v5
13
- run: swift format lint -rsp .
.swift-format
@@ -21,11 +21,7 @@
21
]
22
},
23
"prioritizeKeepingFunctionOutputTogether" : true,
24
- "reflowMultilineStringLiterals" : {
25
- "never" : {
26
-
27
- }
28
- },
+ "reflowMultilineStringLiterals" : "never",
29
"respectsExistingLineBreaks" : true,
30
"rules" : {
31
"AllPublicDeclarationsHaveDocumentation" : false,
0 commit comments