1.6.1
- Default encoding is now UTF-8 instead system default.
If desired, you can change the encoding to use your system's default charset or any other with:
yamlFile.options().charset(Charset.defaultCharset());
copyDefaults
is nowtrue
by default.
If desired, you can change the encoding to use your system's default charset or any other with:
yamlFile.options().charset(Charset.defaultCharset());
copyDefaults
is now true
by default.