Skip to content

Commit 92090b4

Browse files
authored
Merge pull request #150 from kkebo/update-swift-format
2 parents e5c25ad + e102e47 commit 92090b4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
lint:
99
runs-on: ubuntu-24.04-arm
10-
container: swift:6.1
10+
container: swift:6.2
1111
steps:
1212
- uses: actions/checkout@v5
1313
- run: swift format lint -rsp .

.swift-format

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
]
2222
},
2323
"prioritizeKeepingFunctionOutputTogether" : true,
24-
"reflowMultilineStringLiterals" : {
25-
"never" : {
26-
27-
}
28-
},
24+
"reflowMultilineStringLiterals" : "never",
2925
"respectsExistingLineBreaks" : true,
3026
"rules" : {
3127
"AllPublicDeclarationsHaveDocumentation" : false,

0 commit comments

Comments
 (0)