Fix mixed spaces and hard tabs in Gerrit config
The gerrit.config template is a gitconfig-like file, so is expected to use tab characters for indentation. Half the indented lines used tabs already, so make the rest consistent. Change-Id: I6e77f0278a25d688b9517c275614485518923bc9
This commit is contained in:
parent
f4adea5513
commit
24b9c9c040
@ -54,21 +54,21 @@
|
|||||||
[cache]
|
[cache]
|
||||||
directory = cache
|
directory = cache
|
||||||
[cache "accounts"]
|
[cache "accounts"]
|
||||||
memoryLimit = 32768
|
memoryLimit = 32768
|
||||||
[cache "accounts_byemail"]
|
[cache "accounts_byemail"]
|
||||||
memoryLimit = 32768
|
memoryLimit = 32768
|
||||||
[cache "accounts_byname"]
|
[cache "accounts_byname"]
|
||||||
memoryLimit = 32768
|
memoryLimit = 32768
|
||||||
[cache "changeid_project"]
|
[cache "changeid_project"]
|
||||||
memoryLimit = 32768
|
memoryLimit = 32768
|
||||||
[cache "groups_bysubgroup"]
|
[cache "groups_bysubgroup"]
|
||||||
memoryLimit = 2048
|
memoryLimit = 2048
|
||||||
[cache "groups_byuuid"]
|
[cache "groups_byuuid"]
|
||||||
memoryLimit = 32768
|
memoryLimit = 32768
|
||||||
[cache "permission_sort"]
|
[cache "permission_sort"]
|
||||||
memoryLimit = 2048
|
memoryLimit = 2048
|
||||||
[cache "projects"]
|
[cache "projects"]
|
||||||
memoryLimit = 4096
|
memoryLimit = 4096
|
||||||
[cache "web_sessions"]
|
[cache "web_sessions"]
|
||||||
maxAge = 7days
|
maxAge = 7days
|
||||||
# Set to @openstack.org because @opendev.org lacks a valid MX
|
# Set to @openstack.org because @opendev.org lacks a valid MX
|
||||||
@ -130,7 +130,7 @@
|
|||||||
footer = task:
|
footer = task:
|
||||||
system = Storyboard
|
system = Storyboard
|
||||||
[plugin "javamelody"]
|
[plugin "javamelody"]
|
||||||
allowTopMenu = false
|
allowTopMenu = false
|
||||||
# Gerrit upstream hardcodes a .git extension for cgit.
|
# Gerrit upstream hardcodes a .git extension for cgit.
|
||||||
# The cgit settings below are the same just without the
|
# The cgit settings below are the same just without the
|
||||||
# .git extension.
|
# .git extension.
|
||||||
@ -142,40 +142,40 @@
|
|||||||
type = LUCENE
|
type = LUCENE
|
||||||
threads = 8
|
threads = 8
|
||||||
[download]
|
[download]
|
||||||
command = checkout
|
command = checkout
|
||||||
command = cherry_pick
|
command = cherry_pick
|
||||||
command = pull
|
command = pull
|
||||||
command = format_patch
|
command = format_patch
|
||||||
scheme = ssh
|
scheme = ssh
|
||||||
scheme = anon_http
|
scheme = anon_http
|
||||||
archive = tar
|
archive = tar
|
||||||
archive = tbz2
|
archive = tbz2
|
||||||
archive = tgz
|
archive = tgz
|
||||||
archive = txz
|
archive = txz
|
||||||
# Plugin commit-message-length-validator config
|
# Plugin commit-message-length-validator config
|
||||||
[commitmessage]
|
[commitmessage]
|
||||||
maxLineLength = 72
|
maxLineLength = 72
|
||||||
[groups]
|
[groups]
|
||||||
newGroupsVisibleToAll = true
|
newGroupsVisibleToAll = true
|
||||||
[mimetype "image/*"]
|
[mimetype "image/*"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/x-yaml"]
|
[mimetype "text/x-yaml"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/xml"]
|
[mimetype "text/xml"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "application/xml"]
|
[mimetype "application/xml"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/x-rst"]
|
[mimetype "text/x-rst"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/plain"]
|
[mimetype "text/plain"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/x-puppet"]
|
[mimetype "text/x-puppet"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/x-ini"]
|
[mimetype "text/x-ini"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/x-properties"]
|
[mimetype "text/x-properties"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/x-markdown"]
|
[mimetype "text/x-markdown"]
|
||||||
safe = true
|
safe = true
|
||||||
[mimetype "text/css"]
|
[mimetype "text/css"]
|
||||||
safe = true
|
safe = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user