google / yamlfmt

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

Add eof_newline option #189

Closed braydonk closed 5 months ago

braydonk commented 5 months ago

This PR adds a new option to forcibly add the end of file newline if it's not there. This is useful in the scenario where the retain_line_breaks feature is disabled but the eof newline is still wanted.