Eclipse でフォーマットすると、長い行は次のようになります。
String str = instance.someMethod("jhdajhajsha").someOtherMethod("sakjsaksja");
これに:
String str = instance.someMethod("jhdajhajsha")
.someOtherMethod("sakjsaksja");
これを防ぐにはどうすればよいですか?