1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

Added .mk as files with LF line ending. Converted a few files in the make dir.

This commit is contained in:
Anders Hoglund 2017-11-05 20:41:17 +01:00
parent bee86890c7
commit 24a282a9a3
8 changed files with 1100 additions and 1099 deletions

1
.gitattributes vendored
View file

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