mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-01-03 13:42:51 +01:00
13 lines
349 B
Kotlin
13 lines
349 B
Kotlin
@file:Suppress("ClassName")
|
|
|
|
package _Self.vcsRoots
|
|
|
|
import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot
|
|
|
|
object Branch_213_221 : GitVcsRoot({
|
|
id("HttpsGithubComJetBrainsIdeavimBranch213221")
|
|
name = "https://github.com/JetBrains/ideavim (branch 213-221)"
|
|
url = "https://github.com/JetBrains/ideavim.git"
|
|
branch = "213-221"
|
|
})
|