mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -287,6 +287,12 @@ let s = """
|
||||
c
|
||||
"""
|
||||
|
||||
print("""
|
||||
foo {
|
||||
bar()
|
||||
}
|
||||
""")
|
||||
|
||||
|
||||
// Interpolations shouldn't change how multiline strings are handled.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user