Loading and immediately dumping yml of ProjectSettings.asset results in unexpected line break inserted in one line, seems arbitrary.
from unityparser import UnityDocument
ps = './ProjectSettings/ProjectSettings.asset'
doc = UnityDocument.load_yaml(ps)
doc.dump_yaml()

Loading and immediately dumping yml of ProjectSettings.asset results in unexpected line break inserted in one line, seems arbitrary.