Skip to content

Commit 2830dc9

Browse files
author
Dart CI
committed
---
yaml --- r: 361594 b: refs/tags/2.17.0-162.0.dev c: c00918b h: refs/heads/main
1 parent b34ae46 commit 2830dc9

File tree

44,190 files changed

+6554000
-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,190 files changed

+6554000
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,3 +2899,4 @@ refs/tags/2.17.0-158.0.dev: 6f8d583394b54082ff8ad68b9dd35e9e985b15ab
28992899
refs/tags/2.17.0-159.0.dev: 24cef12c30d206ded619296f79cadf96e0cc5e9e
29002900
refs/tags/2.17.0-160.0.dev: d18105689c88417f73f0e3f2ecb0c8e99710ad9f
29012901
refs/tags/2.17.0-161.0.dev: 19fb1ff2570e800bf4e29c092f421d702b198277
2902+
refs/tags/2.17.0-162.0.dev: c00918baab4d2d1ace1337b129da642dc10bde5d

tags/2.17.0-162.0.dev/.clang-format

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)