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 feature `strip_directives` #217

Closed braydonk closed 1 month ago

braydonk commented 1 month ago

This PR adds the strip_directives feature, a hotfix that will allow yamlfmt to function with directives in the document for some cases. It's a very imperfect feature but should help in some minimal cases.

Sort of fixes #215