diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-11 01:25:45 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-11 01:25:45 +0000 |
commit | 21dac7287b10fdbcd0e790da8c7f66193f0fb287 (patch) | |
tree | 149df21a4316cc96adb173b09b42d02178732018 | |
parent | 74a2c5a521872280b49077688ccc9fb6234d150d (diff) | |
download | redmine-21dac7287b10fdbcd0e790da8c7f66193f0fb287.tar.gz redmine-21dac7287b10fdbcd0e790da8c7f66193f0fb287.zip |
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
-rw-r--r-- | config/settings.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/settings.yml b/config/settings.yml index 67c8f6ca7..edb3baa24 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -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 |