saxifrage / cityasacampus

An open-source platform for connecting and showcasing resources within local learning communities.
http://cityasacampus.org/
5 stars 4 forks source link

Change line endings to LF and have git enforce it for the repo. #350

Closed dmtroyer closed 8 years ago

dmtroyer commented 8 years ago

There were some assorted CRLF line endings throughout the project that were giving me trouble. Those line endings were removed and changed to LF, the unix/linux/mac/github standard, and a .gitattributes file was added to automatically change to LF line endings in the future for you windows users.

http://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/ https://help.github.com/articles/dealing-with-line-endings/

chadwhitacre commented 8 years ago

!m @dmtroyer