1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Merge pull request #4492 from AndersHoglund/dos2linux

Added .mk as files with LF line ending. Converted a few files in the …
This commit is contained in:
Michael Keller 2017-11-06 09:06:52 +13:00 committed by GitHub
commit e843c21fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1100 additions and 1099 deletions

1
.gitattributes vendored
View file

@ -8,6 +8,7 @@
*.elf -crlf -diff
*.ld text eol=lf
Makefile text eol=lf
*.mk text eol=lf
*.bat eol=crlf
*.txt text eol=lf
*.sh text eol=lf