What I would like to achieve with lambda indentation is the following:
Multi-line statement:
String[] ppl = new String[] { \"Karen (F)\", \"Kevin (M)
I format single-line statement by adding empty comment "//" after functions.
List list = Arrays.stream(x) // .filter((n) -> n % 2 == 0) // .map((n) -> n * 4) // .boxed() // .collect(Collectors.toList());