Option to have a "good" List
Right Now Lists just suck ass in this Config API. I really enjoy using this API but the lists are just ass.
Please make Lists look like this:
list:
- "test3"
- "test2"
- "test1"
I know this repo is quite old, but it should still be updated imo, cause its quite nice to use.
you can implement the feature
And... how?
Generating "standard" YAML list is not easily possible because primary feature of API is to allow fully automatic serializing of custom objects and even structures.
I don't care how YAML looks, library is made to be easy to use from code. If you want you have an idea how to implement it you can do it by yourself and create PR