Skip to content

Commit 59b8132

Browse files
author
Dart CI
committed
---
yaml --- r: 361575 b: refs/tags/2.17.0-143.0.dev c: 9f41afe h: refs/heads/main i: 361573: ad77db9 361571: 6360107 361567: c9665e8
1 parent 5c344a7 commit 59b8132

File tree

44,097 files changed

+6542807
-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,097 files changed

+6542807
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,3 +2880,4 @@ refs/tags/2.17.0-139.0.dev: dd025e6c5851eae27fd835b5cdcf71a5bbd05a38
28802880
refs/tags/2.17.0-140.0.dev: 0eedfcfdadf1a6240ea9c230bf7a00007408e304
28812881
refs/tags/2.17.0-141.0.dev: 3d52840d72670d5958dcd8df67ba03b87e8bebfe
28822882
refs/tags/2.17.0-142.0.dev: 7c611b5868a13acda4c9882de3f2752eb0f8a01e
2883+
refs/tags/2.17.0-143.0.dev: 9f41afe86c968803d63f03b70228a2f8cb5dbfd6
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)