File tree 3 files changed +3
-3
lines changed
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
2
2
3
3
* Allow passing a language version to ` DartFomatter() ` . Formatted code will be
4
4
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';
13
13
import 'summary.dart' ;
14
14
15
15
// Note: The following line of code is modified by tool/grind.dart.
16
- const dartStyleVersion = '2.3.6 ' ;
16
+ const dartStyleVersion = '2.3.7 ' ;
17
17
18
18
/// Global options that affect how the formatter produces and uses its outputs.
19
19
class FormatterOptions {
Original file line number Diff line number Diff line change 1
1
name : dart_style
2
2
# Note: See tool/grind.dart for how to bump the version.
3
- version : 2.3.7-wip
3
+ version : 2.3.7
4
4
description : >-
5
5
Opinionated, automatic Dart source code formatter.
6
6
Provides an API and a CLI tool.
You can’t perform that action at this time.
0 commit comments