I've been trying different configurations in the code-formatting settings from Android-Studio, but the results have been pretty disappointing (and triggering) so far.
This is what the reformat code does without the dartfmt tool (notice line 94 - 110):

dartfmt does a better job of it, but the indentation is horrible (line 91 - 96) and very inconsistent with seemingly no settings to configure for it:

This is what I would want it to look like:

What settings do I need to change to achieve this? It's currently pretty hard to read the code.

