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

[tall] Insert blank line after imports #1470

Closed munificent closed 3 months ago

munificent commented 3 months ago

I thought the new tall formatter would always place a blank line between directives and declarations, but it seems that it doesn't do so in regression/0600/0616.unit. It definitely should. Filing this to track that fix.