You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…cator is needed (#404)
* Check for leading newlines when determining if block indentation indicator is needed
Fixes#403
* Perf: Swap order of checks for block indentation edge case
The following code dumps invalid YAML:
Invalid output due to indentation:
Leading spaces are handled in general by an indentation indicator (below), but leading newlines seem to thwart this (above):
Valid output:
The results above are from version 3.11.0.
The text was updated successfully, but these errors were encountered: