dart-lang / dart_style

An opinionated formatter/linter for Dart code
https://pub.dev/packages/dart_style
BSD 3-Clause "New" or "Revised" License
645 stars 117 forks source link

Migrate regression/0000/ #1458

Closed munificent closed 3 months ago

munificent commented 3 months ago

Migrate the regression/0000 directory to the new tall style.

Some of the resulting output isn't exactly what I'd hoped for. For now, I've just added TODOs so that we can land this and pin down the behavior but I hope I can iterate on the style rules some and get the output better.

Aside from those cases, though, overall I like the output.

I split this into two commits for ease of reviewing. The first commit just copies the tests over as-is. The second commit applies the new style to them. The diff there shows the difference between the old style and the new style. If you have feedback on the style itself, now is a good time to comment on it.