Skip to content

2021-February-21 - Prerelease - 2.6.15@807f3c7932

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Feb 22:06
807f3c7
Update YAML dump output style for maps to be block style (#8896)

Instead of generating YAML maps that look like this:
{key1: value1, key2, value2}

Will be generated like this:
  key1: value1
  key2: value2

When additional keys in the future, the latter format will
be easier to modify.