Skip to content

Commit 8b3ba54

Browse files
author
Dart CI
committed
---
yaml --- r: 361565 b: refs/tags/2.17.0-133.0.dev c: a4553a3 h: refs/heads/main i: 361563: 462bfe4
1 parent 64b66ab commit 8b3ba54

File tree

43,995 files changed

+6519618
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43,995 files changed

+6519618
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,3 +2870,4 @@ refs/tags/2.17.0-129.0.dev: 7b2f9737374def2ea1e32397eca113208d316b71
28702870
refs/tags/2.17.0-130.0.dev: 7645fc71287ad24ba4070e479dbc9f3f08d05b82
28712871
refs/tags/2.17.0-131.0.dev: 2dea49f15ec80ac0d53b85f8a5f7294fe6b7ef6a
28722872
refs/tags/2.17.0-132.0.dev: 3a58c24bc79d92c19b2c9c31dc5a2fa618c1e250
2873+
refs/tags/2.17.0-133.0.dev: a4553a39c1c219fc30ee819d8781bee882f0009d
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Defines the Chromium style for automatic reformatting.
2+
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3+
BasedOnStyle: Chromium
4+
5+
# clang-format doesn't seem to do a good job of this for longer comments.
6+
ReflowComments: 'false'
7+
8+
# We have lots of these. Though we need to put them all in curly braces,
9+
# clang-format can't do that.
10+
AllowShortIfStatementsOnASingleLine: 'true'
11+
12+
# Put escaped newlines into the rightmost column.
13+
AlignEscapedNewlinesLeft: false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Generated file
2+
per-file package_config.json=*

0 commit comments

Comments
 (0)