-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 361594 b: refs/tags/2.17.0-162.0.dev c: c00918baab4d2d1ace1337b129da642dc10bde5d h: refs/heads/main
- Loading branch information
Dart CI
committed
Mar 2, 2022
1 parent
b34ae46
commit 2830dc9
Showing
44,190 changed files
with
6,554,000 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Defines the Chromium style for automatic reformatting. | ||
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html | ||
BasedOnStyle: Chromium | ||
|
||
# clang-format doesn't seem to do a good job of this for longer comments. | ||
ReflowComments: 'false' | ||
|
||
# We have lots of these. Though we need to put them all in curly braces, | ||
# clang-format can't do that. | ||
AllowShortIfStatementsOnASingleLine: 'true' | ||
|
||
# Put escaped newlines into the rightmost column. | ||
AlignEscapedNewlinesLeft: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Generated file | ||
per-file package_config.json=* |
Oops, something went wrong.