Any workaround to update a file inline without changing the whitespace. #913
Bennet-Sunder
started this conversation in
General
Replies: 1 comment 2 replies
-
Not at the moment sorry :( it's done by the underlying yaml parser and I don't have any control of it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have a yml file like below, and I am doing some in place update to the file. The result joins the multiline file into a single one. With some huge file this might create a overhead to clean up even if it's the right thing. Is there a way we can avoid this problem and have only the updated value as the change in the original file. Or any workarounds to reduce this impact of whitespace.
I did read about an existing issue with whitespace from the docs. But wanted to know if there is a way I can avoid it for now.
Beta Was this translation helpful? Give feedback.
All reactions