remove trailing white-spaces from config/settings.yml
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9813 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
74a2c5a521
commit
21dac7287b
|
@ -1,16 +1,16 @@
|
|||
# redMine - project management software
|
||||
# Copyright (C) 2006-2007 Jean-Philippe Lang
|
||||
# Redmine - project management software
|
||||
# Copyright (C) 2006-2012 Jean-Philippe Lang
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation; either version 2
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
@ -89,7 +89,7 @@ diff_max_lines_displayed:
|
|||
default: 1500
|
||||
enabled_scm:
|
||||
serialized: true
|
||||
default:
|
||||
default:
|
||||
- Subversion
|
||||
- Darcs
|
||||
- Mercurial
|
||||
|
@ -119,7 +119,7 @@ commit_logtime_activity_id:
|
|||
format: int
|
||||
default: 0
|
||||
# autologin duration in days
|
||||
# 0 means autologin is disabled
|
||||
# 0 means autologin is disabled
|
||||
autologin:
|
||||
format: int
|
||||
default: 0
|
||||
|
@ -139,7 +139,7 @@ default_issue_start_date_to_creation_date:
|
|||
default: 1
|
||||
notified_events:
|
||||
serialized: true
|
||||
default:
|
||||
default:
|
||||
- issue_added
|
||||
- issue_updated
|
||||
mail_handler_body_delimiters:
|
||||
|
@ -147,10 +147,10 @@ mail_handler_body_delimiters:
|
|||
mail_handler_api_enabled:
|
||||
default: 0
|
||||
mail_handler_api_key:
|
||||
default:
|
||||
default:
|
||||
issue_list_default_columns:
|
||||
serialized: true
|
||||
default:
|
||||
default:
|
||||
- tracker
|
||||
- status
|
||||
- priority
|
||||
|
@ -165,7 +165,7 @@ default_projects_public:
|
|||
default: 1
|
||||
default_projects_modules:
|
||||
serialized: true
|
||||
default:
|
||||
default:
|
||||
- issue_tracking
|
||||
- time_tracking
|
||||
- news
|
||||
|
@ -198,7 +198,7 @@ emails_footer:
|
|||
default: |-
|
||||
You have received this notification because you have either subscribed to it, or are involved in it.
|
||||
To change your notification preferences, please click here: http://hostname/my/account
|
||||
gravatar_enabled:
|
||||
gravatar_enabled:
|
||||
default: 0
|
||||
openid:
|
||||
default: 0
|
||||
|
|
Loading…
Reference in New Issue