Closed GoogleCodeExporter closed 9 years ago
YAML::Indent sets the default number of spaces that yaml-cpp will indent each
subsequent block. It doesn't simply indent the moment you call it.
You only have one block collection (the map), so it won't be indented at all.
The next block, if you were to have one, would be indented two spaces.
Original comment by jbe...@gmail.com
on 21 Jan 2013 at 3:42
thanks for your reply.
Original comment by ChenA.Invalid@gmail.com
on 22 Jan 2013 at 2:35
Original issue reported on code.google.com by
ChenA.Invalid@gmail.com
on 21 Jan 2013 at 2:35