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

Set line endings for known text files to default to LF.

This commit is contained in:
mikeller 2017-11-04 14:48:19 +13:00
parent 478ebd5d64
commit 196a049ad0

20
.gitattributes vendored
View file

@ -1,13 +1,13 @@
*.md text *.md text eol=lf
*.c text *.c text eol=lf
*.h text *.h text eol=lf
*.cc text *.cc text eol=lf
*.S text *.S text eol=lf
*.s text *.s text eol=lf
*.hex -crlf -diff *.hex -crlf -diff
*.elf -crlf -diff *.elf -crlf -diff
*.ld text *.ld text eol=lf
Makefile text Makefile text eol=lf
*.bat eol=crlf *.bat eol=crlf
*.txt text *.txt text eol=lf
*.sh text *.sh text eol=lf