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.7-wip
1+ ## 2.3.7
22
33* Allow passing a language version to ` DartFomatter() ` . Formatted code will be
44 parsed at that version. If omitted, defaults to the latest version. In a
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import 'show.dart';
1313import 'summary.dart' ;
1414
1515// Note: The following line of code is modified by tool/grind.dart.
16- const dartStyleVersion = '2.3.6 ' ;
16+ const dartStyleVersion = '2.3.7 ' ;
1717
1818/// Global options that affect how the formatter produces and uses its outputs.
1919class 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.7-wip
3+ version : 2.3.7
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