owl icon indicating copy to clipboard operation
owl copied to clipboard

Normalize line endings in files generated by the release script

Open sdegueldre opened this issue 8 months ago • 0 comments

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.

sdegueldre avatar Jun 18 '24 11:06 sdegueldre