art103 / ar-t6

Re-write of er9x for the FS-T6 2.4GHz TX
GNU General Public License v2.0
19 stars 11 forks source link

fix the newline handling in github/code #11

Closed michkrom closed 9 years ago

michkrom commented 9 years ago

The github here is not set up to autocorrect newlines. Need to create project specific .gitattributes file to make it correct newlines. What should we pick? Originally it is CRLF ....so CR or CRLF? In my private fork i have set it up to CR (unix) style and it works fine on Linux (ya!). Need to verify this on Windows and then pull it to main.

art103 commented 9 years ago

+1 for CR (Unix)

On 05/03/15 07:43, brobit wrote:

The github here is not set up to autocorrect newlines. Need to create project specific .gitattributes file to make it correct newlines. What should we pick? Originally it is CRLF ....so CR or CRLF? In my private fork i have set it up to CR (unix) style and it works fine on Linux (ya!). Need to verify this on Windows and then pull it to main.

— Reply to this email directly or view it on GitHub https://github.com/art103/ar-t6/issues/11.

michkrom commented 9 years ago

OK. CR it is. Pushed in.