When using https://pastes.dev/11FXTHnM2m yaml file lines are getting alphabetically sorted and any comments or blank line gets removed [Before](https://github.com/LuckPerms/LuckPerms/blob/-/bukkit/src/main/resources/config.yml) [After](https://pastes.dev/E2BHwVoyNH) I think this is because we handle Yaml by converting it to Json then converting back to Yaml. https://github.com/pelican-dev/wings/blob/9f1dbd469134488ac89d0a7996f763554b392e34/parser/parser.go#L433-L452
When using https://pastes.dev/11FXTHnM2m yaml file lines are getting alphabetically sorted and any comments or blank line gets removed
Before
After
I think this is because we handle Yaml by converting it to Json then converting back to Yaml.
https://github.com/pelican-dev/wings/blob/9f1dbd469134488ac89d0a7996f763554b392e34/parser/parser.go#L433-L452