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:
parent
fcaa16cd7d
commit
392936298f
1 changed files with 16 additions and 1 deletions
17
.gitattributes
vendored
17
.gitattributes
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue