dart format
causes lines to exceed 80 character limit in Dart 3.7
#60173
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
dart-cli-format
Issues related to the 'dart format' tool
Description
Running
dart format
with Dart 3.7 reformats code such that some lines exceed the 80 character limit and trigger thelines_longer_than_80_chars
lint. I would expect the new formatter to adhere to the max line length configured (by default 80 characters).Reproduction Steps
pubspec.yaml
analysis_options.yaml
main.dart
dart format
The diff from running
dart format
:The text was updated successfully, but these errors were encountered: