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

Preserve one blank line between elements in delimited lists. #1483

Closed munificent closed 3 months ago

munificent commented 3 months ago

This is consistent with the old formatter and lets users break groups of elements into "sections" inside basically all delimited constructs: lists, maps, objects, argument lists, enums, etc.

Fix #1469.