Requiring trailing commas on multi-line lists of items (declarations
and call sites) reduces future repository churn when those lines are
changed, but introduces additional churn now.
Bite the bullet and make the change, as well as adjusting lines that
were too long / indented incorrectly.
The changes were performed automatically, using the `ktlintFormat` task.
Based on https://github.com/tuskyapp/Tusky/pull/3968 by
https://github.com/tinsukE
Out-of-the-box Android Studio will perform wildcard imports if the import list is >= 3. This is a lint failure.
Adjust the default to 999 so that, in practice, wildcard imports never happen.