The Dart team is considering a set of changes to "dart format's" style rules, and we want to know what you think of the proposal: https://github.com/dart-lang/dart_style/issues/1253
In the proposal and in this survey, "short" style, means:
function(
· · · · argument,
· · · · anotherArgument);
And "tall" style means:
function(
· · argument,
· · anotherArgument,
);