When using a multi-line string literal, line length should not be enforced.
Given a line length of 15, the following should not produce an error:
val long = """
This is a line that's longer than 15
"""
Wow that was fast. Thanks!
Fixed in 0.26.0 (Maven Central sync might take up to 20m) :balloon:
Most helpful comment
Wow that was fast. Thanks!