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- ## 2.3.4-wip
1+ ## 2.3.4
22
33* Add ` tall-style ` experiment flag to enable the in-progress unstable new
44 formatting style (#1253 ).
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'show.dart';
1111import 'summary.dart' ;
1212
1313// Note: The following line of code is modified by tool/grind.dart.
14- const dartStyleVersion = '2.3.3 ' ;
14+ const dartStyleVersion = '2.3.4 ' ;
1515
1616/// Global options that affect how the formatter produces and uses its outputs.
1717class 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 : 2.3.4-wip
3+ version : 2.3.4
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