Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for different list indentation styles #5

Open
fvumbaca opened this issue Dec 6, 2018 · 0 comments
Open

Support for different list indentation styles #5

fvumbaca opened this issue Dec 6, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@fvumbaca
Copy link
Contributor

fvumbaca commented Dec 6, 2018

Proper yaml includes both of these list styles:

example_1:
  - item1
  - item2
example_2:
- item1
- item2

however yaml.sh only supports the example_1 style. This sucks because many platforms (Kubernetes I am looking at you) prefer to, and provide examples of yaml that takes the form of example_2. If support for both styles can be achieved, this should be fixed

@fvumbaca fvumbaca added the enhancement New feature or request label Dec 6, 2018
@fvumbaca fvumbaca added this to the v0.2.0 milestone Dec 6, 2018
@fvumbaca fvumbaca removed this from the v0.2.0 milestone Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant