liamnichols/xcstrings-tool

Multiline strings are not properly formatted in Swift code

Closed this issue · 0 comments

A string like this:

Screenshot 2023-09-25 at 23 26 36

Produces code like this:

Screenshot 2023-09-25 at 23 26 23

Maybe it's better to use a multiline string literal? This will also fix #10 to some degree. But also the comments need to be fixed too.