diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-04-07 21:23:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 12:23:20 -0700 |
| commit | c8ce7d27aa89ad43cc6fac6e46fbbf9e1f084d1c (patch) | |
| tree | 69b9e2a49cfc8554214d7a647e4ac615baf7fc7f /scripts | |
| parent | 85a48c1ed558210cab67a03209510c4bf6e5e285 (diff) | |
| download | vcpkg-c8ce7d27aa89ad43cc6fac6e46fbbf9e1f084d1c.tar.gz vcpkg-c8ce7d27aa89ad43cc6fac6e46fbbf9e1f084d1c.zip | |
format vcpkg.json testing files (#17120)
Diffstat (limited to 'scripts')
6 files changed, 26 insertions, 26 deletions
diff --git a/scripts/testing/version-files/ports_incomplete/cat/vcpkg.json b/scripts/testing/version-files/ports_incomplete/cat/vcpkg.json index b87e4a2da..d8b8fd81e 100644 --- a/scripts/testing/version-files/ports_incomplete/cat/vcpkg.json +++ b/scripts/testing/version-files/ports_incomplete/cat/vcpkg.json @@ -1,4 +1,4 @@ -{
- "name": "cat",
- "version": "1.0"
-}
\ No newline at end of file +{ + "name": "cat", + "version": "1.0" +} diff --git a/scripts/testing/version-files/ports_incomplete/dog/vcpkg.json b/scripts/testing/version-files/ports_incomplete/dog/vcpkg.json index 65465b940..847857f6c 100644 --- a/scripts/testing/version-files/ports_incomplete/dog/vcpkg.json +++ b/scripts/testing/version-files/ports_incomplete/dog/vcpkg.json @@ -1,5 +1,5 @@ -{
- "name": "dog",
- "version-date": "2001-01-01",
- "port-version": 1
-}
\ No newline at end of file +{ + "name": "dog", + "version-date": "2001-01-01", + "port-version": 1 +} diff --git a/scripts/testing/version-files/ports_incomplete/duck/vcpkg.json b/scripts/testing/version-files/ports_incomplete/duck/vcpkg.json index d780d01bf..f6e7aba53 100644 --- a/scripts/testing/version-files/ports_incomplete/duck/vcpkg.json +++ b/scripts/testing/version-files/ports_incomplete/duck/vcpkg.json @@ -1,4 +1,4 @@ -{
- "name": "duck",
- "version-string": "mallard"
-}
\ No newline at end of file +{ + "name": "duck", + "version-string": "mallard" +} diff --git a/scripts/testing/version-files/ports_incomplete/ferret/vcpkg.json b/scripts/testing/version-files/ports_incomplete/ferret/vcpkg.json index 1b4b5c2c1..3c444c42c 100644 --- a/scripts/testing/version-files/ports_incomplete/ferret/vcpkg.json +++ b/scripts/testing/version-files/ports_incomplete/ferret/vcpkg.json @@ -1,4 +1,4 @@ -{
- "name": "ferret",
- "version": "1"
-}
\ No newline at end of file +{ + "name": "ferret", + "version": "1" +} diff --git a/scripts/testing/version-files/ports_incomplete/fish/vcpkg.json b/scripts/testing/version-files/ports_incomplete/fish/vcpkg.json index f67c10a5a..044ef8474 100644 --- a/scripts/testing/version-files/ports_incomplete/fish/vcpkg.json +++ b/scripts/testing/version-files/ports_incomplete/fish/vcpkg.json @@ -1,5 +1,5 @@ -{
- "name": "fish",
- "version-string": "1.0.0",
- "description": "This description causes an intentional discrepancy between the local SHA and the SHA in fish.json for version 1.0.0"
-}
\ No newline at end of file +{ + "name": "fish", + "version-string": "1.0.0", + "description": "This description causes an intentional discrepancy between the local SHA and the SHA in fish.json for version 1.0.0" +} diff --git a/scripts/testing/version-files/ports_incomplete/mouse/vcpkg.json b/scripts/testing/version-files/ports_incomplete/mouse/vcpkg.json index fd6cab451..8cbe81f93 100644 --- a/scripts/testing/version-files/ports_incomplete/mouse/vcpkg.json +++ b/scripts/testing/version-files/ports_incomplete/mouse/vcpkg.json @@ -1,4 +1,4 @@ -{
- "name": "mouse",
- "version-semver": "1.0.0"
-}
\ No newline at end of file +{ + "name": "mouse", + "version-semver": "1.0.0" +} |
