Skip to content

Commit 6360107

Browse files
author
Dart CI
committed
---
yaml --- r: 361571 b: refs/tags/2.17.0-139.0.dev c: dd025e6 h: refs/heads/main i: 361569: 8b36c16 361567: c9665e8
1 parent 917d07a commit 6360107

File tree

44,009 files changed

+6521217
-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,009 files changed

+6521217
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,3 +2876,4 @@ refs/tags/2.17.0-135.0.dev: 2a9cad3bd5e630aec3b8ff57137e0d79f7c4bdfb
28762876
refs/tags/2.17.0-136.0.dev: d72270a8a2a83f60d476456bafe3bd3f4ac49bbf
28772877
refs/tags/2.17.0-137.0.dev: 70862752c62f6454e68f07ca9be99e667b482cca
28782878
refs/tags/2.17.0-138.0.dev: 68636f5d24c4161613266f30f3e2378e8852e543
2879+
refs/tags/2.17.0-139.0.dev: dd025e6c5851eae27fd835b5cdcf71a5bbd05a38
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)