multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware
500 stars 356 forks source link

Fix line ending problems #210

Closed schugabe closed 9 years ago

schugabe commented 9 years ago

Fixes all wrong line endings and adds a attributes file to convert .h and .c files in the src directory to crlf before each commit

trollcop commented 9 years ago

fiendie can you please fix this. .gitattr does some stupid shit. On Nov 26, 2014 9:30 PM, "Johannes" notifications@github.com wrote:

Fixes all wrong line endings and adds a attributes file to convert *.h and

*.c files in the src directory to crlf before each commit

You can merge this Pull Request by running

git pull https://github.com/schugabe/baseflight lineendings2

Or view, comment on, or merge it at:

https://github.com/multiwii/baseflight/pull/210 Commit Summary

  • convered line endings
  • added attributes file

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/multiwii/baseflight/pull/210.

schugabe commented 9 years ago

just remove the .gitattribute file and commit just the deletion of the file. If the other files are still marked as uncommitted call git reset --hard

fiendie commented 9 years ago

If you don't know what you're doing you should probably leave the text-attribute alone ;)

schugabe commented 9 years ago

c and h files are text files so what do you mean?