Skip to content

Commit 1639f45

Browse files
committed
swift-format: Respect existing linebreaks
Squashing multiple swift-testing arguments onto the same line makes the tests very hard to maintain.
1 parent 77b9194 commit 1639f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swift-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lineLength" : 120,
1515
"maximumBlankLines" : 1,
1616
"prioritizeKeepingFunctionOutputTogether" : false,
17-
"respectsExistingLineBreaks" : false,
17+
"respectsExistingLineBreaks" : true,
1818
"rules" : {
1919
"AllPublicDeclarationsHaveDocumentation" : true,
2020
"AlwaysUseLowerCamelCase" : false,

0 commit comments

Comments
 (0)