Here is a reproducible example for 0.12.5
local variable = call(
somethingToCall().foo.bar.baz,
"some super long string that will stay on this line"
) -- a comment
.. "another string"
Converts to:
local variable = call(
somethingToCall().foo.bar.baz,
"some super long string that will stay on this line"
) -- a comment .. "another string"