odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.17k stars 350 forks source link

Normalize line endings in files generated by the release script #1622

Open sdegueldre opened 5 months ago

sdegueldre commented 5 months ago

Currently, the release script generates files with mixed CRLF and LF-only line endings. This can cause annoying diffs when merging a release of owl into another project, as some tools will normalize the line endings to all CRLF, some to all LF, and some won't normalize them, causing different workflows for merging the release to clash and generate useless diff.