Closed
Description
Following-up from flutter/flutter-intellij#2980 (comment), we might consider a rule that enforces the flutter style guide suggestion:
Use a trailing comma for arguments, parameters, and list items, but only if they each have their own line.
Since a major motivation is to give analyzer something to hang quick-fixes from, we might consider enforcing just the first part and allowing dartfmt
to handle line-breaks but maybe this would make the rule less useful for flutter repo committers.
@Hixie: any thoughts?
/cc @jaumard