You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added static methods to load YamlFile with readers or streams: loadConfiguration(Reader reader, boolean withComments) and loadConfiguration(InputStream stream, boolean withComments)
Removed saveWithComments and saveToStringWithComments methods. Now save and saveToString will save comments if the YamlFile was loaded with loadWithComments or a comment is set with setComment.
Now list elements indentation is consistent with yamlFile.options().indent() (2 by default).