[SourceKit/CodeFormat] Don't modify multiline string indentation regardless of it being column-aligned or not.

Resolves rdar://problem/61463947
This commit is contained in:
Nathan Hawes
2020-04-08 12:11:48 -07:00
parent 4264b39b23
commit df3b6a83bb
2 changed files with 12 additions and 6 deletions

View File

@@ -287,6 +287,12 @@ let s = """
c
"""
print("""
foo {
bar()
}
""")
// Interpolations shouldn't change how multiline strings are handled.
//