"vscode:/vscode.git/clone" did not exist on "e7120bae955949355e50a4c2adef8353790fda0d"
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 ...@@ -306,7 +306,7 @@ namespace YAML
bool EmitterState::SetIndent(unsigned value, FmtScope::value scope) bool EmitterState::SetIndent(unsigned value, FmtScope::value scope)
{ {
if(value == 0) if(value <= 1)
return false; return false;
_Set(m_indent, value, scope); _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