1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

Added unified '.gitattributes' file.

This commit is contained in:
Michael Keller 2019-10-01 14:47:35 +13:00 committed by mikeller
parent fcaa16cd7d
commit 392936298f

17
.gitattributes vendored
View file

@ -1,5 +1,7 @@
LICENSE text eol=lf
*.md text eol=lf *.md text eol=lf
*.c text eol=lf *.c text eol=lf
*.cc text eol=lf
*.h text eol=lf *.h text eol=lf
*.cc text eol=lf *.cc text eol=lf
*.S text eol=lf *.S text eol=lf
@ -9,7 +11,20 @@
*.ld text eol=lf *.ld text eol=lf
Makefile text eol=lf Makefile text eol=lf
*.mk text eol=lf *.mk text eol=lf
*.bat eol=crlf *.nomk text eol=lf
*.pl text eol=lf
*.js text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.svg text eol=lf
*.png -crlf -diff
*.yml text eol=lf
*.xml text eol=lf
*.mcm text eol=lf
*.nsi text eol=lf
*.nsh text eol=lf
*.lua text eol=lf
*.txt text eol=lf *.txt text eol=lf
*.sh text eol=lf *.sh text eol=lf
*.config text eol=lf *.config text eol=lf