Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-08-23 04:20:31 +0400
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-08-23 04:20:31 +0400
commit0a0cbe1274bf25334f9a20a06f4781cd89bf45e4 (patch)
tree7305cf2bcafd11ab049444b32ee878a48559e11b /config
parent073cbc1c66d641c76b5343c623c14958b6445e42 (diff)
make configuration comment spacing consistent
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index d897eb4c02d..47865ff4b44 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -61,7 +61,7 @@ production: &base
# Restrict setting visibility levels for non-admin users.
# The default is to allow all levels.
- #restricted_visibility_levels: [ "public" ]
+ # restricted_visibility_levels: [ "public" ]
## Automatic issue closing
# If a commit message matches this regular expression, all issues referenced from the matched text will be closed.