From: Marc Heiler Date: 2008-04-06T00:50:44+09:00 Subject: Re: Does YAML allow TAB for indentation? "Is then TAB allowed or not for indentation in YAML format? Maybe Ruby YAML allows it but it shouldn't do it?" Cant give a definite answer on it but If i need to write rather freely in yaml I normally do: entry: | "some really long string coming here... describing something etc... " -- Posted via http://www.ruby-forum.com/.