Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extra newlines in codegen output on Windows (#2054)
By setting `"newline" => "\n"` in the OteraEngine Template config. This means that the input, e.g. `schemas.py.jinja` will be assumed to have LF line endings instead of the assumed CRLF line endings on Windows. In our .gitattributes file, we have `*.py text eol=lf` which means that the file will be checked out with LF line endings on Windows. Fixes #2048
- Loading branch information