You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our formatting guidelines currently recommend against using dartfmt/dart_style on over_react code.
We recently discovered that dartfmt is capable of producing significantly more readable over_react code, due to changes in dart_style that treat Flutter code better when nested components use trailing commas.
It looks like you have not included any tickets in the title of this issue. Please create a ticket for this issue, or click here to have Rosie create one for you.
rmconsole-wf
changed the title
Update formatting guidelines WRT dartfmt and trailing commas
UIP-1639 Update formatting guidelines WRT dartfmt and trailing commas
Nov 2, 2016
Our formatting guidelines currently recommend against using dartfmt/dart_style on over_react code.
We recently discovered that dartfmt is capable of producing significantly more readable over_react code, due to changes in dart_style that treat Flutter code better when nested components use trailing commas.
For more info, see dart-lang/dart_style#549. Thanks to @skybrian for getting the conversation started, and to @matanlurey for suggesting we revisit the issue!
We should upgrade the formatting guidelines to:
The text was updated successfully, but these errors were encountered: