dart-lang / yaml_edit

A library for YAML manipulation with comment and whitespace preservation.
https://pub.dev/packages/yaml_edit
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Fix YamlEditor.update method leaving trailing spaces at eol #42

Closed Ishad-M-I-M closed 1 year ago

Ishad-M-I-M commented 1 year ago

Fixes #29

jonasfj commented 1 year ago

FYI, ignore the code coverage failures, I just updated the settings to not fail unless the code coverage goes down by more than 2%.

Failing because of "Coverage decreased (-0.008%)" is pretty absurd :rofl:

kevmoo commented 1 year ago

@jonasfj – you wanna hit the merge button?