erming / shout

Deprecated. See fork @ https://github.com/thelounge
MIT License
3.62k stars 272 forks source link

Add gitattributes to normalize line endings #610

Closed xPaw closed 8 years ago

xPaw commented 8 years ago

https://help.github.com/articles/dealing-with-line-endings/ https://github.com/erming/shout/pull/596#issuecomment-174211631

This makes compiling handlebars templates on Windows easier, as it doesn't produce literal strings that are \r\n instead of \n.

Protip: Adding ?w=1 to github urls will hide whitespace-only changes.