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

Yaml alphabetical: key after dash will be sorted too #57

Open
sspooky13 opened this issue Mar 13, 2021 · 0 comments
Open

Yaml alphabetical: key after dash will be sorted too #57

sspooky13 opened this issue Mar 13, 2021 · 0 comments
Labels
feature New feature or request

Comments

@sspooky13
Copy link
Owner

Example

  • uncorrect:
-   foo: bar
    quux: quuz
    baz: qux
  • correct:
-   baz: qux
    foo: bar
    quux: quuz

Alert
First #30 must be done

@sspooky13 sspooky13 added the feature New feature or request label Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant