Skip to content

Commit a6d11bf

Browse files
author
Dart CI
committed
---
yaml --- r: 361559 b: refs/tags/2.17.0-127.0.dev c: a52cc0f h: refs/heads/main i: 361557: 5304814 361555: ac161a7 361551: c7c1b66
1 parent 60a7c8a commit a6d11bf

File tree

43,978 files changed

+6517933
-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,978 files changed

+6517933
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,3 +2864,4 @@ refs/tags/2.17.0-123.0.dev: 6da8ad8f0b9b6bfe432c4af5fe7e03d4c9b01542
28642864
refs/tags/2.17.0-124.0.dev: c5f2526a528ae6a755ffccb51368165a20e16a89
28652865
refs/tags/2.17.0-125.0.dev: edbbc6525fe1f16632e9c06a5be892ee046e1304
28662866
refs/tags/2.17.0-126.0.dev: 1e6a25a91275fc89ef6a870e8969064ba9bdb22f
2867+
refs/tags/2.17.0-127.0.dev: a52cc0f2f354e10f5c119fa9e6048d7465858924
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)