File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Sources/SwiftFormat/PrettyPrint Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
tests :
9
9
name : Test
10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
+ soundness :
12
+ name : Soundness
13
+ uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
+ with :
15
+ format_check_enabled : false
16
+ license_header_check_enabled : false
17
+ license_header_check_project_name : " Swift.org"
Original file line number Diff line number Diff line change @@ -490,6 +490,6 @@ sense to place this label on the containing group.
490
490
491
491
Oppen's algorithm prints the indentation whitespace when ` break ` tokens are
492
492
encountered. If we have extra blank lines in between source code, this can
493
- result in hanging or trailing whitespace. Waiting to print the indentation
493
+ result in hanging or trailing whitespace. Waiting to print the indentation <!-- # ignore-unacceptable-language -->
494
494
whitespace until encountering a ` syntax ` , ` comment, or ` verbatim` tokens
495
495
prevents this.
Original file line number Diff line number Diff line change @@ -1104,7 +1104,7 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
1104
1104
/// - rightDelimiter: The right parenthesis or bracket surrounding the arguments, if any.
1105
1105
/// - forcesBreakBeforeRightDelimiter: True if a line break should be forced before the right
1106
1106
/// right delimiter if a line break occurred after the left delimiter, or false if the right
1107
- /// delimiter is allowed to hang on the same line as the final argument.
1107
+ /// delimiter is allowed to hang on the same line as the final argument. # ignore-unacceptable-language
1108
1108
private func arrangeFunctionCallArgumentList(
1109
1109
_ arguments: LabeledExprListSyntax ,
1110
1110
leftDelimiter: TokenSyntax ? ,
You can’t perform that action at this time.
0 commit comments