What I would like to achieve with lambda indentation is the following:
Multi-line statement:
String[] ppl = new String[] { \"Karen (F)\", \"Kevin (M)
In Eclipse, for the single-line statements:
In your project or global preferences, go to Java -> Code Style -> Formatter -> Edit -> Line Wrapping -> Function Calls -> Qualified Invocations, set Wrap all elements, except first if not necessary and tick Force split, even if line shorter than maximum line width.