mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-31 02:32:49 +00:00
Many problems happen with git due to some machines liking CRLF at the end of lines, and others linking CR. To try to straighten this out, I'm using Unix-style LF (\n) as the line endings. To make sure your repository remains consistent, try: $ git config --global core.autocrlf input For details, see: http://help.github.com/dealing-with-lineendings/