google / yamlfmt

An extensible command line tool or library to format yaml files.
Apache License 2.0
1.2k stars 48 forks source link

command: correctly propogate line_ending setting #216

Closed braydonk closed 1 month ago

braydonk commented 1 month ago

The line_ending setting from the formatter was accidentally being ignored in favour of only checking the top level. This PR refactors the code while taking this edge case into account.

Fixes #214