Closed xPaw closed 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.
\r\n
\n
Protip: Adding ?w=1 to github urls will hide whitespace-only changes.
?w=1
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.