Skip to content

Commit 35c42ee

Browse files
author
Dart CI
committed
---
yaml --- r: 361583 b: refs/tags/2.17.0-151.0.dev c: 81f77d1 h: refs/heads/main i: 361581: 608dc96 361579: 70f7a68 361575: 59b8132 361567: c9665e8
1 parent fda094d commit 35c42ee

File tree

44,124 files changed

+6552204
-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.

44,124 files changed

+6552204
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2888,3 +2888,4 @@ refs/tags/2.17.0-147.0.dev: 3a07e47b5ee15a58009238c968a62b262bea97c7
28882888
refs/tags/2.17.0-148.0.dev: 665b122b3d6772f170ecc7be7e90cc9134ec2b0f
28892889
refs/tags/2.17.0-149.0.dev: 7236da3c2890481e227743630e44e54d2526b39f
28902890
refs/tags/2.17.0-150.0.dev: bf4b068a8b80d7e118720b36cda41b4415320436
2891+
refs/tags/2.17.0-151.0.dev: 81f77d1b331995fea3a31f073f73c871a6b49cfc
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)