how to turn off break line in eclipse

Viewed 34059

Does anybody know how to turn line breaking in eclipse after you press CTRL + SHIFT + F (code format), ex :

System.err
                    .println("Incorrect file name, make sure you include .extension with your file name");
4 Answers
Related