diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-22 17:20:31 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-22 17:20:31 -0700 |
commit | 0a0cbe1274bf25334f9a20a06f4781cd89bf45e4 (patch) | |
tree | 7305cf2bcafd11ab049444b32ee878a48559e11b /config | |
parent | 073cbc1c66d641c76b5343c623c14958b6445e42 (diff) | |
download | gitlab-ce-0a0cbe1274bf25334f9a20a06f4781cd89bf45e4.tar.gz |
make configuration comment spacing consistent
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
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. |