Add optional parameter don`t wrap sorce code if code
line length < MAX length.
Exampl: I have some code:
fragment A:
while (abtValues.hasNext()) {
dataModel.getGerichtModel().
getAbteilungErfassung().
getOrganisationseinheitM().
sdPutToHistory(abtData.getAbteilungData().getID());
fragment B:
while (abtValues.hasNext()) {
dataModel.getModel().getung().getitM();
MAX line lenght se to 100 and all this lines have
length < 100.
I wont wrap all sources but I don`t wont to change
anythings in this fragments.
And I realy need in option "Don`t touch lines with
length < MAX length".
Thanks.