We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This may not actually be a bug, but it would be convenient if the parent keys were grouped together.
Instead of
[vwefoin.sfxsfx] ip = "8.8.8.8" [mxvin.mxvin_1] key = "value" [mxvin.mxvin_2] key = "value" [mxvin.mxvin_3] key = "value" [mxvin.mxvin_4] key = "value" [vwefoin.sfxsfx.memes] obiwan = "hello there"
It should dump like this:
[vwefoin.sfxsfx] ip = "8.8.8.8" [vwefoin.sfxsfx.memes] obiwan = "hello there" [mxvin.mxvin_1] key = "value" [mxvin.mxvin_2] key = "value" [mxvin.mxvin_3] key = "value" [mxvin.mxvin_4] key = "value"
If previous behavior is also desirable, perhaps support different sorting policies?
The text was updated successfully, but these errors were encountered:
From your explanation, this looks like a duplicate of #88
Feel free to reopen if you think I've misunderstood the issue.
Sorry, something went wrong.
No branches or pull requests
This may not actually be a bug, but it would be convenient if the parent keys were grouped together.
Instead of
It should dump like this:
If previous behavior is also desirable, perhaps support different sorting policies?
The text was updated successfully, but these errors were encountered: