fivethirtyeight / data

Data and code behind the articles and graphics at FiveThirtyEight
https://data.fivethirtyeight.com/
Creative Commons Attribution 4.0 International
16.7k stars 10.96k forks source link

Fix line endings of text files #285

Closed pschloss closed 1 year ago

pschloss commented 2 years ago

The files in the data repository have \r line endings. This pull request replaces those with \n line endings. Addresses issue #284

jayb commented 1 year ago

Fixed in https://github.com/fivethirtyeight/data/pull/319