Hey, I have a configuration problem with the line wrapping,
I have something like that :
private foo = "here, a sentence that exceed the jalopy line length rule
...";
I activated all wrapping options, and jalopy do that :
private foo =
"here a sentence that exceed the jalopy line length rule ...";
But i want something like that :
private foo =
"here a sentence that exceed"
+ "the jalopy line length rule ...";
Is it possible ?
