From c38cddf9950615882e8187d5fbc6b05953da5d0b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 18 Nov 2011 17:10:30 +0000 Subject: [PATCH] Adds a warning about tabs in configuration file (#9586). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7832 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/configuration.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 63c02d293..5b029cd56 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -5,6 +5,7 @@ # Environment specific configuration options override the default ones. # # Note that this file needs to be a valid YAML file. +# DO NOT USE TABS! Use 2 spaces instead of tabs for identation. # # == Outgoing email settings (email_delivery setting) # -- 2.39.5