Added formatter

This commit is contained in:
Kasra Bigdeli
2020-06-23 18:57:05 -04:00
parent f431362499
commit b0dd2e829f
84 changed files with 2422 additions and 2549 deletions

View File

@@ -7,7 +7,7 @@
"version": "3.3",
"services": {
"$$cap_appname": {
"containerHttpPort":"7080",
"containerHttpPort": "7080",
"image": "sourcegraph/server:$$cap_container_version",
"volumes": [
"$$cap_appname-config:/etc/sourcegraph",
@@ -27,7 +27,7 @@
"label": "Version",
"defaultValue": "3.2.2",
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/sourcegraph/server/tags",
"validRegex":"/^([^\\s^\\/])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
}
]
}
}