Configurate icon indicating copy to clipboard operation
Configurate copied to clipboard

YAML Loader improvements

Open zml2008 opened this issue 3 years ago • 1 comments

Rewrite the YAML loader to use SnakeYaml's lower-level API

Goals are to:

  • [x] Be able to round-trip documents while preserving node and scalar style
  • [x] Read and write comments to YAML documents
  • [ ] Integrate Tag handling with Configurate's type serializer system

zml2008 avatar Oct 23 '20 03:10 zml2008