Skip to content

Conversation

@ivan444
Copy link

@ivan444 ivan444 commented Aug 30, 2020

…* to use Unix line ending.

All changes are done by running:

for f in data/* examples/* lib/*; do sed -i 's/\r//g' $f; done

Nothing beside line endings is changed.

Closes #196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make newline characters consistent across the codebase

1 participant