Skip to content

Commit 53d8c59

Browse files
committed
Fix formatting in update-checkout-config.json
3-spaces formatting is inconsistently used for some keys instead of 4 spaces. This change makes the formatting consistent in `update-checkout-config.json`.
1 parent 0bf1389 commit 53d8c59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"ssh-clone-pattern": "[email protected]:%s.git",
33
"https-clone-pattern": "https://github.com/%s.git",
44
"repos" : {
5-
"swift": {
5+
"swift": {
66
"remote": { "id": "apple/swift" } },
7-
"cmark": {
7+
"cmark": {
88
"remote": { "id": "apple/swift-cmark" } },
99
"llbuild": {
1010
"remote": { "id": "apple/swift-llbuild" } },
@@ -53,7 +53,7 @@
5353
"remote": { "id": "KitWare/CMake" },
5454
"platforms": [ "Linux" ]
5555
},
56-
"indexstore-db": {
56+
"indexstore-db": {
5757
"remote": { "id": "apple/indexstore-db" } },
5858
"sourcekit-lsp": {
5959
"remote": { "id": "apple/sourcekit-lsp" } },
@@ -84,7 +84,7 @@
8484
},
8585
"default-branch-scheme": "main",
8686
"branch-schemes": {
87-
"main": {
87+
"main": {
8888
"aliases": ["swift/main", "main", "stable/20211026"],
8989
"repos": {
9090
"llvm-project": "stable/20211026",
@@ -201,7 +201,7 @@
201201
"swift-nio-ssl": "2.15.0"
202202
}
203203
},
204-
"release/5.5": {
204+
"release/5.5": {
205205
"aliases": ["release/5.5", "swift/release/5.5"],
206206
"repos": {
207207
"llvm-project": "swift/release/5.5",

0 commit comments

Comments
 (0)