Skip to content

Commit c7c1b66

Browse files
author
Dart CI
committed
---
yaml --- r: 361551 b: refs/tags/2.17.0-119.0.dev c: 7a2665c h: refs/heads/main i: 361549: a59c6a6 361547: 3e5db73 361543: 020d542 361535: d413164
1 parent 96ae422 commit c7c1b66

File tree

43,937 files changed

+6513118
-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,937 files changed

+6513118
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,3 +2856,4 @@ refs/tags/2.17.0-115.0.dev: 86509bf115f7642cc78d674561980e1a717b6232
28562856
refs/tags/2.17.0-116.0.dev: dc51871eef78a20c87a7224b10c41f40b095f700
28572857
refs/tags/2.17.0-117.0.dev: c9a0d6fbfdf7c3314d16c9e13d7c5d0184ef27df
28582858
refs/tags/2.17.0-118.0.dev: 113a86f7465eb04b81c3624db04213ddd2772d99
2859+
refs/tags/2.17.0-119.0.dev: 7a2665cacf68a4072876cc613272bcc0b20eb5bb
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)