I would like to keep multiline value like this: ```yaml foo: - bar: | echo 1 echo 2 ``` But now ymlfxr fixes into: ```yaml foo: - bar: "echo 1\necho 2\n" ```
I would like to keep multiline value like this:
But now ymlfxr fixes into: