Encrypting and decrypting:
array: [element1, element2]
Turns into:
array:
- elemenet1
- element2
Also, trailing comments seem to be moved above the line:
field: value # trailing comment
# trailing comment
field: value
And empty linefeeds are lost:
field: value
field2: value
field: value
field2: value
I would assume there are other examples, too.
Would it be possible to preserve more of the original file's formatting?
Encrypting and decrypting:
Turns into:
Also, trailing comments seem to be moved above the line:
And empty linefeeds are lost:
I would assume there are other examples, too.
Would it be possible to preserve more of the original file's formatting?