File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ## 3.0.1-wip
1+ ## 3.0.1
22
33* Handle trailing commas in for-loop updaters (#1354 ).
44* Format ` || ` patterns like fallthrough cases in switch expressions (#1602 ).
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import 'show.dart';
1212import 'summary.dart' ;
1313
1414// Note: The following line of code is modified by tool/grind.dart.
15- const dartStyleVersion = '3.0.1-wip ' ;
15+ const dartStyleVersion = '3.0.1' ;
1616
1717/// Global options that affect how the formatter produces and uses its outputs.
1818final class FormatterOptions {
Original file line number Diff line number Diff line change 11name : dart_style
22# Note: See tool/grind.dart for how to bump the version.
3- version : 3.0.1-wip
3+ version : 3.0.1
44description : >-
55 Opinionated, automatic Dart source code formatter.
66 Provides an API and a CLI tool.
You can’t perform that action at this time.
0 commit comments