Skip to content

Commit

Permalink
swift-format: Respect existing linebreaks
Browse files Browse the repository at this point in the history
Squashing multiple swift-testing arguments onto the same line makes
the tests very hard to maintain.
  • Loading branch information
euanh committed Dec 20, 2024
1 parent 77b9194 commit 1639f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .swift-format
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lineLength" : 120,
"maximumBlankLines" : 1,
"prioritizeKeepingFunctionOutputTogether" : false,
"respectsExistingLineBreaks" : false,
"respectsExistingLineBreaks" : true,
"rules" : {
"AllPublicDeclarationsHaveDocumentation" : true,
"AlwaysUseLowerCamelCase" : false,
Expand Down

0 comments on commit 1639f45

Please sign in to comment.