From: Jeremy Bopp Date: 2011-02-02T23:45:26+09:00 Subject: Re: remove array bracket On 02/02/2011 02:52 AM, Robert Klemme wrote: > Another remark: I don't understand why indentation in a YAML file is > such an issue. After all it's a data format and readable either way. > Typically too few indentation is more an issue than too much. If the > formatting is that crucial it might be worthwhile to look into writing > a new YAML formatter. I think there is confusion here because of the way Nizam phrased the questions. The indentation is symptomatic of having too much array nesting for the intended data structure. The formatting itself wasn't the problem. -Jeremy