Commit 7d7075fd authored by Jesse Beder's avatar Jesse Beder
Browse files

Set indentation to be at least 2

parent 8aabc076
......@@ -306,7 +306,7 @@ namespace YAML
bool EmitterState::SetIndent(unsigned value, FmtScope::value scope)
{
if(value == 0)
if(value <= 1)
return false;
_Set(m_indent, value, scope);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment