I have the following code:
This.is.a.supper.long.name = This.is.another.supper.long.name
Currently the only method I know is to escape the newline:
This.is.a.supper.long.name = \
This.is.another.supper.long.name
Is there any elegant solution to this?