Fixed bug in trailing newlines of plain scalars

This commit is contained in:
jbeder
2009-09-07 06:42:03 +00:00
parent 90be7e75c2
commit 21232e3bef
2 changed files with 4 additions and 4 deletions

View File

@@ -290,7 +290,7 @@ namespace YAML
params.fold = true;
params.eatLeadingWhitespace = true;
params.trimTrailingSpaces = true;
params.chomp = CLIP;
params.chomp = STRIP;
params.onDocIndicator = BREAK;
params.onTabInIndentation = THROW;