Skip to content

Commit 96ae422

Browse files
author
Dart CI
committed
---
yaml --- r: 361550 b: refs/tags/2.17.0-118.0.dev c: 113a86f h: refs/heads/main
1 parent a59c6a6 commit 96ae422

File tree

43,943 files changed

+6512907
-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,943 files changed

+6512907
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2855,3 +2855,4 @@ refs/tags/2.17.0-114.0.dev: e8e4b17cd519c8cb7da9e63340c0d275418ba957
28552855
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
2858+
refs/tags/2.17.0-118.0.dev: 113a86f7465eb04b81c3624db04213ddd2772d99
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)