odoo / owl

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

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

Open sdegueldre opened 3 weeks ago

sdegueldre commented 3 weeks 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.