gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
157 stars 12 forks source link

Bump gopkg.in/yaml.v2 to v3 to see if toYaml is better #131

Open iangrunt opened 1 year ago

iangrunt commented 1 year ago

Description

toYaml I don't think formats security/_global/account-baseline/users.yml in a human-readable way, especially with the underscore characters prefixing the strings.

There is no official spec on this, but I think the common formatters will indent two or four spaces before listing elements in a collection:

Screen Shot 2023-03-16 at 12 10 34 PM

vs

Screen Shot 2023-03-16 at 12 17 11 PM

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added / Removed / Updated [X].

Migration Guide