Skip to content

Commit c3b2580

Browse files
authored
Merge pull request #26274 from apple/shahmishal/swift-format-update-checkout
[Update Check] Add support for swift-format
2 parents a8dc4be + c08b62a commit c3b2580

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"remote": { "id": "apple/indexstore-db" } },
4747
"sourcekit-lsp": {
4848
"remote": { "id": "apple/sourcekit-lsp" } },
49+
"swift-format": {
50+
"remote": { "id": "apple/swift-format" } },
4951
"llvm-project": {
5052
"remote": { "id": "apple/llvm-project-v1" } }
5153
},
@@ -74,7 +76,8 @@
7476
"clang-tools-extra": "stable",
7577
"libcxx": "stable",
7678
"indexstore-db": "master",
77-
"sourcekit-lsp": "master"
79+
"sourcekit-lsp": "master",
80+
"swift-format": "master"
7881
}
7982
},
8083
"master-llvm-monorepo": {

0 commit comments

Comments
 (0)