YamlDotNet.Editor
YamlDotNet.Editor copied to clipboard
Is it possible to pass the indentation indicator value?
Consider the Yaml block scalar below:
example: >2
First line of text,
end of text
Is it possible for YamlDotNet to pass the indentation indicator value of 2?