fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

Force LF newline codes in the amalgamated file #324

Closed fktn-k closed 5 months ago

fktn-k commented 5 months ago

Running amalgamation on Windows produces huge diff due to changes from LF to CRLF, which is a valid behavior of Python's built-in open() function without specifying the newline parameter.
That isn't desirable and would confuse contributors who want to run amalgamation on Windows.
So, this PR has fixed the above issue by modifying the amalgamate.py script, updating the tool/amalgamation/CHANGELOG.md file.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't