pthom / litgen

litgen: a pybind11 automatic generator for humans who like nice code and API documentation. Also a C++ transformer tool
https://pthom.github.io/litgen
GNU General Public License v3.0
46 stars 6 forks source link

Disable newline translation on windows #2

Closed learn-more closed 8 months ago

learn-more commented 8 months ago

This fixes the issue where litgen converts all line endings to crlf on Windows.

Observed while working on pthom/imgui_bundle#176

pthom commented 8 months ago

Yes, the old CRLF discrepancy. Thanks!