storytellersoftware / storyteller

Main Storyteller source
http://storytellersoftware.com
3 stars 0 forks source link

Convert all line endings to LF #3

Closed sleepdeprecation closed 9 years ago

sleepdeprecation commented 9 years ago

Previously we had a mix of CLRF and LF style endings because different people started working on files using different operating systems. This PR converts all line endings to LF, and adds a .gitattributes file to make sure all future files are committed using LF style endings.