Update dart_style to 1.2.6.

Change-Id: I82036fa3babc65ffa96f56309b073dd72f07c6f6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98695
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Bob Nystrom 2019-04-05 05:06:43 +00:00 committed by commit-bot@chromium.org
parent 38dbddc90d
commit 245576a096
2 changed files with 5 additions and 3 deletions

View file

@ -67,8 +67,10 @@
#### dartfmt
* Tweak set literal formatting to follow other collection literals.
* Add support for "UI as code" features.
* Tweak set literal formatting to follow other collection literals.
* Add support for "UI as code" features.
* Properly format trailing commas in assertions.
* Improve indentation of adjacent strings in argument lists.
#### Linter

2
DEPS
View file

@ -79,7 +79,7 @@ vars = {
# and land the review.
#
# For more details, see https://github.com/dart-lang/sdk/issues/30164
"dart_style_tag": "1.2.5", # Please see the note above before updating.
"dart_style_tag": "1.2.6", # Please see the note above before updating.
"dartdoc_tag" : "v0.28.2",
"fixnum_tag": "0.10.9",